Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dgue.h59 #define GUE_FLAG_PRIV htons(1<<0) /* Private flags are in options */ macro
62 #define GUE_FLAGS_ALL (GUE_FLAG_PRIV)
78 return ((flags & GUE_FLAG_PRIV) ? GUE_LEN_PRIV : 0); in guehdr_flags_len()
102 if (flags & GUE_FLAG_PRIV) { in validate_gue_flags()
/openbmc/linux/net/ipv4/
H A Dfou_core.c195 if (guehdr->flags & GUE_FLAG_PRIV) { in gue_udp_recv()
392 if (guehdr->flags & GUE_FLAG_PRIV) { in gue_gro_receive()
1003 guehdr->flags |= GUE_FLAG_PRIV; in __gue_build_header()
/openbmc/linux/net/netfilter/ipvs/
H A Dip_vs_xmit.c1042 gueh->flags |= GUE_FLAG_PRIV; in ipvs_gue_encap()