Home
last modified time | relevance | path

Searched refs:inet_is_local_unbindable_port (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/include/net/
H A Dip.h349 static inline bool inet_is_local_unbindable_port(struct net *net, unsigned short port) in inet_is_local_unbindable_port() function
372 static inline bool inet_is_local_unbindable_port(struct net *net, unsigned short port) in inet_is_local_unbindable_port() function
/OK3568_Linux_fs/kernel/net/ipv6/
H A Daf_inet6.c298 if (snum && inet_is_local_unbindable_port(net, snum)) in __inet6_bind()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Daf_inet.c502 if (snum && inet_is_local_unbindable_port(net, snum)) in __inet_bind()
/OK3568_Linux_fs/kernel/net/sctp/
H A Dsocket.c414 if (snum && inet_is_local_unbindable_port(net, snum)) in sctp_do_bind()
1085 if (inet_is_local_unbindable_port(net, ep->base.bind_addr.port)) in sctp_connect_new_asoc()