Searched refs:ndo_fill_forward_path (Results 1 – 6 of 6) sorted by relevance
471 .ndo_fill_forward_path = br_fill_forward_path,
1065 .ndo_fill_forward_path = vlan_dev_fill_forward_path,
951 .ndo_fill_forward_path = ieee80211_netdev_fill_forward_path,
1633 .ndo_fill_forward_path = ppp_fill_forward_path,
1617 int (*ndo_fill_forward_path)(struct net_device_path_ctx *ctx, member
728 while (ctx.dev && ctx.dev->netdev_ops->ndo_fill_forward_path) { in dev_fill_forward_path()735 ret = ctx.dev->netdev_ops->ndo_fill_forward_path(&ctx, path); in dev_fill_forward_path()