Home
last modified time | relevance | path

Searched refs:ndo_fill_metadata_dst (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/
H A Dbareudp.c556 .ndo_fill_metadata_dst = bareudp_fill_metadata_dst,
/linux/net/ipv4/
H A Dip_gre.c1345 .ndo_fill_metadata_dst = gre_fill_metadata_dst,
1378 .ndo_fill_metadata_dst = gre_fill_metadata_dst,
/linux/include/linux/
H A Dnetdevice.h1369 * int (*ndo_fill_metadata_dst)(struct net_device *dev, struct sk_buff *skb);
1643 int (*ndo_fill_metadata_dst)(struct net_device *dev, member
/linux/net/core/
H A Ddev.c723 if (!dev->netdev_ops || !dev->netdev_ops->ndo_fill_metadata_dst) in dev_fill_metadata_dst()
732 return dev->netdev_ops->ndo_fill_metadata_dst(dev, skb); in dev_fill_metadata_dst()