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