Lines Matching refs:portid

316 static inline void *nl802154hdr_put(struct sk_buff *skb, u32 portid, u32 seq,  in nl802154hdr_put()  argument
320 return genlmsg_put(skb, portid, seq, &nl802154_fam, flags, cmd); in nl802154hdr_put()
454 struct sk_buff *msg, u32 portid, u32 seq, in nl802154_send_wpan_phy() argument
461 hdr = nl802154hdr_put(msg, portid, seq, flags, cmd); in nl802154_send_wpan_phy()
642 NETLINK_CB(cb->skb).portid, in nl802154_dump_wpan_phy()
795 nl802154_send_iface(struct sk_buff *msg, u32 portid, u32 seq, int flags, in nl802154_send_iface() argument
802 hdr = nl802154hdr_put(msg, portid, seq, flags, in nl802154_send_iface()
882 if (nl802154_send_iface(skb, NETLINK_CB(cb->skb).portid, in nl802154_dump_interface()
1406 static int nl802154_send_key(struct sk_buff *msg, u32 cmd, u32 portid, in nl802154_send_key() argument
1416 hdr = nl802154hdr_put(msg, portid, seq, flags, cmd); in nl802154_send_key()
1490 NETLINK_CB(cb->skb).portid, in nl802154_dump_llsec_key()
1591 static int nl802154_send_device(struct sk_buff *msg, u32 cmd, u32 portid, in nl802154_send_device() argument
1600 hdr = nl802154hdr_put(msg, portid, seq, flags, cmd); in nl802154_send_device()
1660 NETLINK_CB(cb->skb).portid, in nl802154_dump_llsec_dev()
1760 static int nl802154_send_devkey(struct sk_buff *msg, u32 cmd, u32 portid, in nl802154_send_devkey() argument
1769 hdr = nl802154hdr_put(msg, portid, seq, flags, cmd); in nl802154_send_devkey()
1835 NETLINK_CB(cb->skb).portid, in nl802154_dump_llsec_devkey()
1928 static int nl802154_send_seclevel(struct sk_buff *msg, u32 cmd, u32 portid, in nl802154_send_seclevel() argument
1937 hdr = nl802154hdr_put(msg, portid, seq, flags, cmd); in nl802154_send_seclevel()
1997 NETLINK_CB(cb->skb).portid, in nl802154_dump_llsec_seclevel()