Home
last modified time | relevance | path

Searched defs:nh_flags (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dnexthop.h12 unsigned int nh_flags; /* RTNH_F flags */ member
/openbmc/linux/include/net/
H A Dnexthop.h31 u32 nh_flags; member
77 u8 nh_flags; member
143 u8 nh_flags; member
/openbmc/linux/net/mpls/
H A Dinternal.h95 unsigned int nh_flags; member
H A Daf_mpls.c257 unsigned int nh_flags = READ_ONCE(nh->nh_flags); in mpls_select_multipath() local
1527 unsigned int nh_flags = nh->nh_flags; in mpls_ifdown() local
1576 unsigned int nh_flags = nh->nh_flags; in mpls_ifup() local
/openbmc/linux/net/ipv6/
H A Droute.c4659 unsigned char nh_flags; member
4773 void rt6_sync_up(struct net_device *dev, unsigned char nh_flags) in rt6_sync_up()
4831 unsigned char nh_flags) in rt6_multipath_nh_flags_set()
5610 unsigned char nh_flags = 0; in rt6_fill_node() local
/openbmc/linux/net/ipv4/
H A Dfib_semantics.c2135 int fib_sync_up(struct net_device *dev, unsigned char nh_flags) in fib_sync_up()