Searched defs:smk_port_label (Results 1 – 1 of 1) sorted by relevance
171 struct smk_port_label { struct172 struct list_head list;173 struct sock *smk_sock; /* socket initialized on */174 unsigned short smk_port; /* the port number */175 struct smack_known *smk_in; /* inbound label */176 struct smack_known *smk_out; /* outgoing label */177 short smk_sock_type; /* Socket type */178 short smk_can_reuse;