Home
last modified time | relevance | path

Searched refs:IPSKB_L3SLAVE (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/net/
H A Dip.h58 #define IPSKB_L3SLAVE BIT(7) macro
67 return !!(flags & IPSKB_L3SLAVE); in ipv4_l3mdev_skb()
/openbmc/linux/drivers/net/
H A Dvrf.c1429 IPCB(skb)->flags |= IPSKB_L3SLAVE; in vrf_ip_rcv()