Searched refs:port_match (Results 1 – 3 of 3) sorted by relevance
| /linux/net/netfilter/ |
| H A D | xt_tcpudp.c | 29 port_match(u_int16_t min, u_int16_t max, u_int16_t port, bool invert) in port_match() function 99 if (!port_match(tcpinfo->spts[0], tcpinfo->spts[1], in tcp_mt() 103 if (!port_match(tcpinfo->dpts[0], tcpinfo->dpts[1], in tcp_mt() 151 return port_match(udpinfo->spts[0], udpinfo->spts[1], in udp_mt() 154 && port_match(udpinfo->dpts[0], udpinfo->dpts[1], in udp_mt()
|
| H A D | xt_conntrack.c | 114 port_match(u16 min, u16 max, u16 port, bool invert) in port_match() function 133 !port_match(info->origsrc_port, info->origsrc_port_high, in ct_proto_port_check_v3() 139 !port_match(info->origdst_port, info->origdst_port_high, in ct_proto_port_check_v3() 147 !port_match(info->replsrc_port, info->replsrc_port_high, in ct_proto_port_check_v3() 153 !port_match(info->repldst_port, info->repldst_port_high, in ct_proto_port_check_v3()
|
| /linux/drivers/tty/serial/ |
| H A D | serial_base_bus.c | 232 const char *port_match __free(kfree) = NULL; in serial_base_match_and_update_preferred_console() 235 port_match = kasprintf(GFP_KERNEL, "%s:%d.%d", dev_name(port->dev), in serial_base_match_and_update_preferred_console() 237 if (!port_match) in serial_base_match_and_update_preferred_console() 240 ret = match_devname_and_update_preferred_console(port_match, in serial_base_match_and_update_preferred_console()
|