Home
last modified time | relevance | path

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

/Linux-v4.19/net/netfilter/ipvs/
Dip_vs_proto.c41 #define IP_VS_PROTO_HASH(proto) ((proto) & (IP_VS_PROTO_TAB_SIZE-1)) macro
56 unsigned int hash = IP_VS_PROTO_HASH(pp->protocol); in register_ip_vs_protocol()
73 unsigned int hash = IP_VS_PROTO_HASH(pp->protocol); in register_ip_vs_proto_netns()
104 unsigned int hash = IP_VS_PROTO_HASH(pp->protocol); in unregister_ip_vs_protocol()
126 unsigned int hash = IP_VS_PROTO_HASH(pd->pp->protocol); in unregister_ip_vs_proto_netns()
148 unsigned int hash = IP_VS_PROTO_HASH(proto); in ip_vs_proto_get()
166 unsigned int hash = IP_VS_PROTO_HASH(proto); in ip_vs_proto_data_get()