Home
last modified time | relevance | path

Searched refs:IP_VS_RTAB_BITS (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/net/
H A Dip_vs.h838 #define IP_VS_RTAB_BITS 4 macro
839 #define IP_VS_RTAB_SIZE (1 << IP_VS_RTAB_BITS)
/kernel/linux/linux-6.6/include/net/
H A Dip_vs.h900 #define IP_VS_RTAB_BITS 4 macro
901 #define IP_VS_RTAB_SIZE (1 << IP_VS_RTAB_BITS)
/kernel/linux/linux-5.10/net/netfilter/ipvs/
H A Dip_vs_ctl.c516 return (ntohl(addr_fold)^(porth>>IP_VS_RTAB_BITS)^porth) in ip_vs_rs_hashkey()
/kernel/linux/linux-6.6/net/netfilter/ipvs/
H A Dip_vs_ctl.c554 return (ntohl(addr_fold)^(porth>>IP_VS_RTAB_BITS)^porth) in ip_vs_rs_hashkey()

Completed in 16 milliseconds