Searched defs:cfil_opt_sock_info (Results 1 – 1 of 1) sorted by relevance
89 struct cfil_opt_sock_info { struct90 cfil_sock_id_t cfs_sock_id;91 int cfs_sock_family; /* e.g. PF_INET */92 int cfs_sock_type; /* e.g. SOCK_STREAM */93 int cfs_sock_protocol; /* e.g. IPPROTO_TCP */94 union sockaddr_in_4_6 cfs_local;95 union sockaddr_in_4_6 cfs_remote;96 pid_t cfs_pid;97 pid_t cfs_e_pid;98 uuid_t cfs_uuid;[all …]