Lines Matching defs:port
1737 * This is a port of str_read from the SE Linux kernel code.
1935 * `device name', and `port'.
1938 uint8_t port,
1946 if (c->u.ibendport.port == port &&
1971 * Return the SID of the port specified by
1972 * `domain', `type', `protocol', and `port'.
1977 uint16_t port, sepol_security_id_t * out_sid)
1984 if (c->u.port.protocol == protocol &&
1985 c->u.port.low_port <= port && c->u.port.high_port >= port)