| /linux/net/netfilter/ipset/ |
| H A D | ip_set_getport.c | 25 get_port(const struct sk_buff *skb, int protocol, unsigned int protooff, in get_port() function 126 return get_port(skb, protocol, protooff, src, port, proto); in ip_set_get_ip4_port() 147 return get_port(skb, nexthdr, protoff, src, port, proto); in ip_set_get_ip6_port()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | sk_assign.c | 78 get_port(int fd) in get_port() 143 port = get_port(srv_client); in run_test() 76 get_port(int fd) get_port() function
|
| /linux/net/netfilter/ |
| H A D | nf_conntrack_ftp.c | 195 static int get_port(const char *data, int start, size_t dlen, char delim, in get_port() function 265 return get_port(data, 3 + length + 1, dlen, delim, &cmd->u.tcp.port); in try_eprt() 282 return get_port(data, 3, dlen, delim, &cmd->u.tcp.port); in try_epsv_response()
|
| /linux/include/net/ |
| H A D | udp_tunnel.h | 299 void (*get_port)(struct net_device *dev, unsigned int table, member 334 udp_tunnel_nic_ops->get_port(dev, table, idx, ti); in udp_tunnel_nic_get_port()
|
| H A D | sock.h | 1329 int (*get_port)(struct sock *sk, unsigned short snum); member
|
| /linux/net/ipv4/ |
| H A D | udplite.c | 61 .get_port = udp_v4_get_port,
|
| H A D | udp.c | 3258 .get_port = udp_v4_get_port,
|
| /linux/net/ipv6/ |
| H A D | udplite.c | 60 .get_port = udp_v6_get_port,
|
| H A D | tcp_ipv6.c | 2315 .get_port = inet_csk_get_port,
|
| /linux/net/phonet/ |
| H A D | datagram.c | 176 .get_port = pn_sock_get_port,
|
| /linux/drivers/net/wan/ |
| H A D | c101.c | 96 #define get_port(card, port) (card) macro
|
| H A D | pci200syn.c | 88 #define get_port(card, port) (&(card)->ports[port]) macro
|
| H A D | pc300too.c | 104 #define get_port(card, port) ((port) < (card)->n_ports ? \ macro
|
| H A D | n2.c | 135 #define get_port(card, port) ((card)->ports[port].valid ? \ macro
|
| H A D | hd64572.c | 346 port_t *port = get_port(card, i); in sca_intr()
|
| H A D | hd64570.c | 382 port_t *port = get_port(card, i); in sca_intr()
|
| /linux/drivers/infiniband/core/ |
| H A D | user_mad.c | 1154 static struct ib_umad_port *get_port(struct ib_device *ibdev, in get_port() function 1171 struct ib_umad_port *port = get_port(ibdev, client_data, res->port); in ib_umad_get_nl_info() 1192 struct ib_umad_port *port = get_port(ibdev, client_data, res->port); in ib_issm_get_nl_info()
|
| /linux/net/dccp/ |
| H A D | ipv4.c | |
| H A D | ipv6.c | |
| /linux/tools/testing/selftests/net/mptcp/ |
| H A D | mptcp_join.sh | 959 get_port() function 979 port=$(get_port) 3249 port=$(get_port)
|
| /linux/net/core/ |
| H A D | sock.c | 4341 proto_method_implemented(proto->get_port), in sk_busy_loop_end()
|
| /linux/net/mptcp/ |
| H A D | protocol.c | 4026 .get_port = mptcp_get_port,
|