| /linux/net/netfilter/ipvs/ |
| H A D | ip_vs_proto.c | 228 __be16 _ports[2], *pptr; in ip_vs_tcpudp_debug_packet_v4() 231 sizeof(_ports), _ports); in ip_vs_tcpudp_debug_packet_v4() 260 __be16 _ports[2], *pptr; in ip_vs_tcpudp_debug_packet_v6() 263 sizeof(_ports), _ports); in ip_vs_tcpudp_debug_packet_v6() 229 __be16 _ports[2], *pptr; ip_vs_tcpudp_debug_packet_v4() local 261 __be16 _ports[2], *pptr; ip_vs_tcpudp_debug_packet_v6() local
|
| H A D | ip_vs_sh.c | 278 __be16 _ports[2], *ports; in ip_vs_sh_get_port() 289 ports = skb_header_pointer(skb, iph->len, sizeof(_ports), in ip_vs_sh_get_port() 290 &_ports); in ip_vs_sh_get_port() 279 __be16 _ports[2], *ports; ip_vs_sh_get_port() local
|
| H A D | ip_vs_mh.c | 446 __be16 _ports[2], *ports; in ip_vs_mh_get_port() 457 ports = skb_header_pointer(skb, iph->len, sizeof(_ports), in ip_vs_mh_get_port() 458 &_ports); in ip_vs_mh_get_port() 447 __be16 _ports[2], *ports; ip_vs_mh_get_port() local
|
| H A D | ip_vs_proto_udp.c | 37 __be16 _ports[2], *ports = NULL; in udp_conn_schedule() 46 skb, iph->len, sizeof(_ports), &_ports); in udp_conn_schedule() 38 __be16 _ports[2], *ports = NULL; udp_conn_schedule() local
|
| H A D | ip_vs_proto_sctp.c | 24 __be16 _ports[2], *ports = NULL; in sctp_conn_schedule() local 41 skb, iph->len, sizeof(_ports), &_ports); in sctp_conn_schedule()
|
| H A D | ip_vs_proto_tcp.c | 41 __be16 _ports[2], *ports = NULL; in tcp_conn_schedule() 56 skb, iph->len, sizeof(_ports), &_ports); in tcp_conn_schedule() 42 __be16 _ports[2], *ports = NULL; tcp_conn_schedule() local
|
| /linux/net/netfilter/ |
| H A D | xt_multiport.c | 89 __be16 _ports[2]; in multiport_mt() local 95 pptr = skb_header_pointer(skb, par->thoff, sizeof(_ports), _ports); in multiport_mt()
|
| H A D | xt_hashlimit.c | 643 __be16 _ports[2], *ports; in hashlimit_init_dst() local 696 ports = skb_header_pointer(skb, protoff + poff, sizeof(_ports), in hashlimit_init_dst() 697 &_ports); in hashlimit_init_dst() 699 _ports[0] = _ports[1] = 0; in hashlimit_init_dst() 700 ports = _ports; in hashlimit_init_dst()
|
| /linux/net/bridge/netfilter/ |
| H A D | ebt_log.c | 61 struct tcpudphdr _ports; in print_ports() local 64 sizeof(_ports), &_ports); in print_ports()
|
| /linux/net/core/ |
| H A D | flow_dissector.c | 130 __be32 *ports, _ports; in skb_flow_get_ports() local 133 sizeof(_ports), data, hlen, &_ports); in skb_flow_get_ports()
|
| /linux/Documentation/userspace-api/ioctl/ |
| H A D | hdio.rst | 327 {io|hob}_ports[] after the command completes iff one of the
|