Searched refs:high_port (Results 1 – 13 of 13) sorted by relevance
80 tmp_port->u.port.high_port = high; in port_from_record()81 if (tmp_port->u.port.low_port > tmp_port->u.port.high_port) { in port_from_record()83 tmp_port->u.port.low_port, tmp_port->u.port.high_port); in port_from_record()121 int high = port->u.port.high_port; in port_to_record()195 int high2 = c->u.port.high_port; in sepol_port_exists()233 int high2 = c->u.port.high_port; in sepol_port_query()
479 rc = compare_ranges((*aa)->u.port.low_port, (*aa)->u.port.high_port, in portcon_data_cmp()480 (*bb)->u.port.low_port, (*bb)->u.port.high_port); in portcon_data_cmp()
2242 n->u.port.high_port = c->u.port.high_port; in ocontext_copy_selinux()
1984 c->u.port.low_port <= port && c->u.port.high_port >= port) in sepol_port_sid()
2628 high = portcon->u.port.high_port; in write_selinux_port_rules_to_conf()
1537 buf[2] = c->u.port.high_port; in ocontext_write_selinux()
2765 high = portcon->u.port.high_port; in write_selinux_port_rules_to_cil()
2647 high = portcon->u.port.high_port; in ocontext_selinux_port_to_cil()
3103 c->u.port.high_port = le32_to_cpu(buf[2]); in ocontext_read_selinux()
347 uint16_t high_port; member
5007 newc->u.port.high_port = high; in define_port_context()5025 high2 = c->u.port.high_port; in define_port_context()
3400 new_ocon->u.port.high_port = cil_portcon->port_high; in cil_portcon_to_policydb()
54191 u16 high_port; member