Searched refs:inet_is_local_unbindable_port (Results 1 – 4 of 4) sorted by relevance
349 static inline bool inet_is_local_unbindable_port(struct net *net, unsigned short port) in inet_is_local_unbindable_port() function372 static inline bool inet_is_local_unbindable_port(struct net *net, unsigned short port) in inet_is_local_unbindable_port() function
298 if (snum && inet_is_local_unbindable_port(net, snum)) in __inet6_bind()
502 if (snum && inet_is_local_unbindable_port(net, snum)) in __inet_bind()
414 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()