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