Home
last modified time | relevance | path

Searched refs:get_port (Results 1 – 25 of 26) sorted by relevance

12

/linux/net/netfilter/ipset/
H A Dip_set_getport.c25 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 Dsk_assign.c78 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/include/net/
H A Dudp_tunnel.h330 void (*get_port)(struct net_device *dev, unsigned int table, member
365 udp_tunnel_nic_ops->get_port(dev, table, idx, ti); in udp_tunnel_nic_get_port()
H A Dsock.h1342 int (*get_port)(struct sock *sk, unsigned short snum); member
/linux/net/phonet/
H A Ddatagram.c176 .get_port = pn_sock_get_port,
H A Dsocket.c185 err = sk->sk_prot->get_port(sk, pn_port(handle)); in pn_socket_bind()
H A Dpep.c1377 .get_port = pn_sock_get_port,
/linux/drivers/net/wan/
H A Dc101.c96 #define get_port(card, port) (card) macro
H A Dpci200syn.c88 #define get_port(card, port) (&(card)->ports[port]) macro
H A Dpc300too.c104 #define get_port(card, port) ((port) < (card)->n_ports ? \ macro
H A Dn2.c135 #define get_port(card, port) ((card)->ports[port].valid ? \ macro
H A Dhd64572.c346 port_t *port = get_port(card, i); in sca_intr()
H A Dhd64570.c382 port_t *port = get_port(card, i); in sca_intr()
/linux/drivers/infiniband/core/
H A Duser_mad.c1158 static struct ib_umad_port *get_port(struct ib_device *ibdev, in get_port() function
1175 struct ib_umad_port *port = get_port(ibdev, client_data, res->port); in ib_umad_get_nl_info()
1196 struct ib_umad_port *port = get_port(ibdev, client_data, res->port); in ib_issm_get_nl_info()
/linux/net/ipv4/
H A Daf_inet.c188 if (sk->sk_prot->get_port(sk, 0)) { in inet_autobind()
543 err = sk->sk_prot->get_port(sk, snum); in __inet_bind()
H A Dudp_tunnel_nic.c668 .get_port = __udp_tunnel_nic_get_port,
H A Dinet_connection_sock.c1337 * but this transition is still not validated by get_port(). in inet_csk_listen_start()
1342 err = sk->sk_prot->get_port(sk, inet->inet_num); in inet_csk_listen_start()
H A Dtcp_ipv4.c3358 .get_port = inet_csk_get_port,
H A Dudp.c3129 .get_port = udp_v4_get_port,
/linux/net/dccp/
H A Dipv4.c
H A Dipv6.c
/linux/net/ipv6/
H A Daf_inet6.c392 err = sk->sk_prot->get_port(sk, snum); in __inet6_bind()
H A Dtcp_ipv6.c2295 .get_port = inet_csk_get_port,
/linux/tools/testing/selftests/net/mptcp/
H A Dmptcp_join.sh990 get_port()
1010 port=$(get_port)
3293 port=$(get_port)
3359 ip netns exec ${ns1} ./mptcp_connect -l -t -1 -p "$(get_port)" \
3381 ip netns exec ${ns1} ./mptcp_connect -l -t -1 -p "$(get_port)" \
3406 ip netns exec ${ns1} ./mptcp_connect -l -t -1 -p "$(get_port)" \
3437 ip netns exec ${ns1} ./mptcp_connect -l -t -1 -p "$(get_port)" \
972 get_port() global() function
/linux/net/core/
H A Dsock.c4404 proto_method_implemented(proto->get_port), in proto_exit_net()

12