Lines Matching defs:port
2374 * security_port_sid - Obtain the SID for a port.
2376 * @port: port number
2379 int security_port_sid(u8 protocol, u16 port, u32 *out_sid)
2401 if (c->u.port.protocol == protocol &&
2402 c->u.port.low_port <= port &&
2403 c->u.port.high_port >= port)
2480 * @port_num: port number
2505 if (c->u.ibendport.port == port_num &&