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