Lines Matching refs:high
65 int high = sepol_port_get_high(data); in port_from_record() local
80 tmp_port->u.port.high_port = high; in port_from_record()
110 low, high, sepol_port_get_proto_str(proto)); in port_from_record()
121 int high = port->u.port.high_port; in port_to_record() local
136 sepol_port_set_range(tmp_record, low, high); in port_to_record()
150 "to record", low, high, sepol_port_get_proto_str(rec_proto)); in port_to_record()
183 int low, high, proto; in sepol_port_exists() local
185 sepol_port_key_unpack(key, &low, &high, &proto); in sepol_port_exists()
197 if (proto == proto2 && low2 == low && high2 == high) { in sepol_port_exists()
208 low, high, proto_str); in sepol_port_exists()
221 int low, high, proto; in sepol_port_query() local
223 sepol_port_key_unpack(key, &low, &high, &proto); in sepol_port_query()
235 if (proto == proto2 && low2 == low && high2 == high) { in sepol_port_query()
247 low, high, proto_str); in sepol_port_query()
261 int low, high, proto; in sepol_port_modify() local
264 sepol_port_key_unpack(key, &low, &high, &proto); in sepol_port_modify()
281 low, high, proto_str); in sepol_port_modify()