Searched refs:vif_dev (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | ipmr_base.c | 211 struct net_device *vif_dev; in mr_fill_mroute() local 225 vif_dev = rcu_dereference(mrt->vif_table[c->mfc_parent].dev); in mr_fill_mroute() 226 if (vif_dev && nla_put_u32(skb, RTA_IIF, vif_dev->ifindex) < 0) { in mr_fill_mroute() 243 vif_dev = rcu_dereference(vif->dev); in mr_fill_mroute() 244 if (vif_dev && c->mfc_un.res.ttls[ct] < 255) { in mr_fill_mroute() 255 nhp->rtnh_ifindex = vif_dev->ifindex; in mr_fill_mroute() 286 const struct net_device *vif_dev; in mr_mfc_uses_dev() local 290 vif_dev = rcu_access_pointer(vif->dev); in mr_mfc_uses_dev() 291 if (vif_dev in mr_mfc_uses_dev() 413 struct net_device *vif_dev; mr_dump() local [all...] |
H A D | ipmr.c | 626 struct net_device *vif_dev, in call_ipmr_vif_entry_notifiers() 630 vif, vif_dev, vif_index, tb_id, in call_ipmr_vif_entry_notifiers() 1844 struct net_device *vif_dev; in ipmr_queue_xmit() local 1850 vif_dev = vif_dev_read(vif); in ipmr_queue_xmit() 1851 if (!vif_dev) in ipmr_queue_xmit() 1857 DEV_STATS_ADD(vif_dev, tx_bytes, skb->len); in ipmr_queue_xmit() 1858 DEV_STATS_INC(vif_dev, tx_packets); in ipmr_queue_xmit() 1916 DEV_STATS_INC(vif_dev, tx_packets); in ipmr_queue_xmit() 1917 DEV_STATS_ADD(vif_dev, tx_bytes, skb->len); in ipmr_queue_xmit() 2769 struct net_device *vif_dev; in ipmr_fill_vif() local 623 call_ipmr_vif_entry_notifiers(struct net *net, enum fib_event_type event_type, struct vif_device *vif, struct net_device *vif_dev, vifi_t vif_index, u32 tb_id) call_ipmr_vif_entry_notifiers() argument 2947 const struct net_device *vif_dev; ipmr_vif_seq_show() local [all...] |
/kernel/linux/linux-6.6/include/linux/ |
H A D | mroute_base.h | 55 struct net_device *vif_dev, in mr_call_vif_notifier() 64 .dev = vif_dev, in mr_call_vif_notifier() 77 struct net_device *vif_dev, in mr_call_vif_notifiers() 85 .dev = vif_dev, in mr_call_vif_notifiers() 51 mr_call_vif_notifier(struct notifier_block *nb, unsigned short family, enum fib_event_type event_type, struct vif_device *vif, struct net_device *vif_dev, unsigned short vif_index, u32 tb_id, struct netlink_ext_ack *extack) mr_call_vif_notifier() argument 73 mr_call_vif_notifiers(struct net *net, unsigned short family, enum fib_event_type event_type, struct vif_device *vif, struct net_device *vif_dev, unsigned short vif_index, u32 tb_id, unsigned int *ipmr_seq) mr_call_vif_notifiers() argument
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | ip6mr.c | 440 const struct net_device *vif_dev; in ip6mr_vif_seq_show() local 443 vif_dev = vif_dev_read(vif); in ip6mr_vif_seq_show() 444 name = vif_dev ? vif_dev->name : "none"; in ip6mr_vif_seq_show() 682 struct net_device *vif_dev, in call_ip6mr_vif_entry_notifiers() 686 vif, vif_dev, vif_index, tb_id, in call_ip6mr_vif_entry_notifiers() 2024 struct net_device *vif_dev; in ip6mr_forward2() local 2029 vif_dev = vif_dev_read(vif); in ip6mr_forward2() 2030 if (!vif_dev) in ip6mr_forward2() 2037 DEV_STATS_ADD(vif_dev, tx_byte in ip6mr_forward2() 679 call_ip6mr_vif_entry_notifiers(struct net *net, enum fib_event_type event_type, struct vif_device *vif, struct net_device *vif_dev, mifi_t vif_index, u32 tb_id) call_ip6mr_vif_entry_notifiers() argument [all...] |
Completed in 8 milliseconds