Home
last modified time | relevance | path

Searched refs:inet_is_local_reserved_port (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/include/net/
Dip.h356 static inline bool inet_is_local_reserved_port(struct net *net, unsigned short port) in inet_is_local_reserved_port() function
374 static inline bool inet_is_local_reserved_port(struct net *net, unsigned short port) in inet_is_local_reserved_port() function
/Linux-v6.6/net/ipv4/
Dinet_hashtables.c1049 if (inet_is_local_reserved_port(net, port)) in __inet_hash_connect()
Dinet_connection_sock.c367 if (inet_is_local_reserved_port(net, port)) in inet_csk_find_open_port()
Dudp.c279 !inet_is_local_reserved_port(net, snum)) in udp_lib_get_port()
/Linux-v6.6/net/sctp/
Dsocket.c8355 if (inet_is_local_reserved_port(net, rover)) in sctp_get_port_local()