Home
last modified time | relevance | path

Searched refs:ethnl_bcastmsg_put (Results 1 – 4 of 4) sorted by relevance

/linux/net/ethtool/
H A Dpse-pd.c365 reply_payload = ethnl_bcastmsg_put(skb, ETHTOOL_MSG_PSE_NTF); in ethnl_pse_send_ntf()
H A Dnetlink.h24 void *ethnl_bcastmsg_put(struct sk_buff *skb, u8 cmd);
H A Dnetlink.c330 void *ethnl_bcastmsg_put(struct sk_buff *skb, u8 cmd) in ethnl_bcastmsg_put() function
1019 reply_payload = ethnl_bcastmsg_put(skb, cmd); in ethnl_default_notify()
H A Drss.c505 hdr = ethnl_bcastmsg_put(ntf, ETHTOOL_MSG_RSS_DELETE_NTF); in ethnl_rss_delete_notify()