Home
last modified time | relevance | path

Searched refs:rtm_phonet_notify (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/net/phonet/
H A Dpn_dev.h45 void rtm_phonet_notify(int event, struct net_device *dev, u8 dst);
/openbmc/linux/net/phonet/
H A Dpn_netlink.c191 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 Dpn_dev.c272 rtm_phonet_notify(RTM_DELROUTE, dev, i); in phonet_route_autodel()