Searched refs:ndo_fill_forward_path (Results 1 – 8 of 8) sorted by relevance
473 .ndo_fill_forward_path = br_fill_forward_path,
1041 .ndo_fill_forward_path = vlan_dev_fill_forward_path,
1010 .ndo_fill_forward_path = ieee80211_netdev_fill_forward_path,
1870 .ndo_fill_forward_path = ip6_tnl_fill_forward_path,
1622 .ndo_fill_forward_path = ppp_fill_forward_path,
2607 .ndo_fill_forward_path = dsa_user_fill_forward_path,
1662 int (*ndo_fill_forward_path)(struct net_device_path_ctx *ctx, member
765 while (ctx.dev && ctx.dev->netdev_ops->ndo_fill_forward_path) { in dev_fill_forward_path() 772 ret = ctx.dev->netdev_ops->ndo_fill_forward_path(&ctx, path); in dev_fill_forward_path()