Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/net/
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()
/linux-6.3-rc2/net/ipv4/
A Dfou_core.c195 if (guehdr->flags & GUE_FLAG_PRIV) { in gue_udp_recv()
373 if (guehdr->flags & GUE_FLAG_PRIV) { in gue_gro_receive()
984 guehdr->flags |= GUE_FLAG_PRIV; in __gue_build_header()
/linux-6.3-rc2/net/netfilter/ipvs/
A Dip_vs_xmit.c1058 gueh->flags |= GUE_FLAG_PRIV; in ipvs_gue_encap()

Completed in 9 milliseconds