Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dflow.h163 #define flowi_mark u.__fl_common.flowic_mark macro
/openbmc/linux/net/ipv4/
H A Dip_vti.c302 fl.flowi_mark = be32_to_cpu(tunnel->parms.o_key); in vti_tunnel_xmit()
/openbmc/linux/net/ipv6/
H A Dip6_vti.c583 fl.flowi_mark = be32_to_cpu(t->parms.o_key); in vti6_tnl_xmit()
/openbmc/linux/net/core/
H A Dfib_rules.c271 if ((rule->mark ^ fl->flowi_mark) & rule->mark_mask) in fib_rule_match()
/openbmc/linux/net/xfrm/
H A Dxfrm_policy.c1999 (fl->flowi_mark & pol->mark.m) != pol->mark.v || in xfrm_policy_match()
2704 mark = xfrm_smark_get(fl->flowi_mark, xfrm[i]); in xfrm_bundle_create()