Home
last modified time | relevance | path

Searched refs:ipmr_seq (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Dmroute_base.h75 unsigned int *ipmr_seq) in mr_call_vif_notifiers()
88 (*ipmr_seq)++; in mr_call_vif_notifiers()
196 unsigned int *ipmr_seq) in mr_call_mfc_notifiers()
207 (*ipmr_seq)++; in mr_call_mfc_notifiers()
70 mr_call_vif_notifiers(struct net *net, unsigned short family, enum fib_event_type event_type, struct vif_device *vif, unsigned short vif_index, u32 tb_id, unsigned int *ipmr_seq) mr_call_vif_notifiers() argument
192 mr_call_mfc_notifiers(struct net *net, unsigned short family, enum fib_event_type event_type, struct mr_mfc *mfc, u32 tb_id, unsigned int *ipmr_seq) mr_call_mfc_notifiers() argument
/kernel/linux/linux-6.6/include/linux/
H A Dmroute_base.h79 unsigned int *ipmr_seq) in mr_call_vif_notifiers()
92 (*ipmr_seq)++; in mr_call_vif_notifiers()
201 unsigned int *ipmr_seq) in mr_call_mfc_notifiers()
212 (*ipmr_seq)++; in mr_call_mfc_notifiers()
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
197 mr_call_mfc_notifiers(struct net *net, unsigned short family, enum fib_event_type event_type, struct mr_mfc *mfc, u32 tb_id, unsigned int *ipmr_seq) mr_call_mfc_notifiers() argument
/kernel/linux/linux-5.10/include/net/netns/
H A Dipv6.h113 unsigned int ipmr_seq; /* protected by rtnl_mutex */ member
H A Dipv4.h226 unsigned int ipmr_seq; /* protected by rtnl_mutex */ member
/kernel/linux/linux-6.6/include/net/netns/
H A Dipv6.h115 unsigned int ipmr_seq; /* protected by rtnl_mutex */ member
H A Dipv4.h238 unsigned int ipmr_seq; /* protected by rtnl_mutex */ member
/kernel/linux/linux-5.10/net/ipv6/
H A Dip6mr.c685 &net->ipv6.ipmr_seq); in call_ip6mr_vif_entry_notifiers()
693 &mfc->_c, tb_id, &net->ipv6.ipmr_seq); in call_ip6mr_mfc_entry_notifiers()
1262 return net->ipv6.ipmr_seq + ip6mr_rules_seq_read(net); in ip6mr_seq_read()
1287 net->ipv6.ipmr_seq = 0; in ip6mr_notifier_init()
/kernel/linux/linux-6.6/net/ipv6/
H A Dip6mr.c687 &net->ipv6.ipmr_seq); in call_ip6mr_vif_entry_notifiers()
695 &mfc->_c, tb_id, &net->ipv6.ipmr_seq); in call_ip6mr_mfc_entry_notifiers()
1267 return net->ipv6.ipmr_seq + ip6mr_rules_seq_read(net); in ip6mr_seq_read()
1292 net->ipv6.ipmr_seq = 0; in ip6mr_notifier_init()
/kernel/linux/linux-5.10/net/ipv4/
H A Dipmr.c628 &net->ipv4.ipmr_seq); in call_ipmr_vif_entry_notifiers()
636 &mfc->_c, tb_id, &net->ipv4.ipmr_seq); in call_ipmr_mfc_entry_notifiers()
3020 return net->ipv4.ipmr_seq + ipmr_rules_seq_read(net); in ipmr_seq_read()
3041 net->ipv4.ipmr_seq = 0; in ipmr_notifier_init()
/kernel/linux/linux-6.6/net/ipv4/
H A Dipmr.c631 &net->ipv4.ipmr_seq); in call_ipmr_vif_entry_notifiers()
639 &mfc->_c, tb_id, &net->ipv4.ipmr_seq); in call_ipmr_mfc_entry_notifiers()
3040 return net->ipv4.ipmr_seq + ipmr_rules_seq_read(net); in ipmr_seq_read()
3061 net->ipv4.ipmr_seq = 0; in ipmr_notifier_init()

Completed in 18 milliseconds