Searched refs:rtm_phonet_notify (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/net/phonet/ |
H A D | pn_dev.h | 40 void rtm_phonet_notify(int event, struct net_device *dev, u8 dst);
|
/kernel/linux/linux-6.6/include/net/phonet/ |
H A D | pn_dev.h | 45 void rtm_phonet_notify(int event, struct net_device *dev, u8 dst);
|
/kernel/linux/linux-5.10/net/phonet/ |
H A D | pn_netlink.c | 191 void rtm_phonet_notify(int event, struct net_device *dev, u8 dst) in rtm_phonet_notify() function 259 rtm_phonet_notify(nlh->nlmsg_type, dev, dst); in route_doit()
|
H A D | pn_dev.c | 273 rtm_phonet_notify(RTM_DELROUTE, dev, i); in phonet_route_autodel()
|
/kernel/linux/linux-6.6/net/phonet/ |
H A D | pn_netlink.c | 191 void rtm_phonet_notify(int event, struct net_device *dev, u8 dst) in rtm_phonet_notify() function 259 rtm_phonet_notify(nlh->nlmsg_type, dev, dst); in route_doit()
|
H A D | pn_dev.c | 272 rtm_phonet_notify(RTM_DELROUTE, dev, i); in phonet_route_autodel()
|
Completed in 3 milliseconds