Home
last modified time | relevance | path

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

/linux-6.1.9/net/netfilter/ipvs/
Dip_vs_proto.c36 #define IP_VS_PROTO_HASH(proto) ((proto) & (IP_VS_PROTO_TAB_SIZE-1)) macro
51 unsigned int hash = IP_VS_PROTO_HASH(pp->protocol); in register_ip_vs_protocol()
68 unsigned int hash = IP_VS_PROTO_HASH(pp->protocol); in register_ip_vs_proto_netns()
99 unsigned int hash = IP_VS_PROTO_HASH(pp->protocol); in unregister_ip_vs_protocol()
121 unsigned int hash = IP_VS_PROTO_HASH(pd->pp->protocol); in unregister_ip_vs_proto_netns()
143 unsigned int hash = IP_VS_PROTO_HASH(proto); in ip_vs_proto_get()
161 unsigned int hash = IP_VS_PROTO_HASH(proto); in ip_vs_proto_data_get()