Searched refs:__nlmsg_put (Results 1 - 5 of 5) sorted by relevance

/linux-4.1.27/include/linux/
H A Dnetlink.h142 __nlmsg_put(struct sk_buff *skb, u32 portid, u32 seq, int type, int len, int flags);
/linux-4.1.27/drivers/scsi/
H A Dscsi_transport_iscsi.c2369 nlh = __nlmsg_put(skb, 0, 0, 0, (len - sizeof(*nlh)), 0); iscsi_recv_pdu()
2399 nlh = __nlmsg_put(skb, 0, 0, 0, (len - sizeof(*nlh)), 0); iscsi_offload_mesg()
2438 nlh = __nlmsg_put(skb, 0, 0, 0, (len - sizeof(*nlh)), 0); iscsi_conn_error_event()
2473 nlh = __nlmsg_put(skb, 0, 0, 0, (len - sizeof(*nlh)), 0); iscsi_conn_login_event()
2503 nlh = __nlmsg_put(skb, 0, 0, 0, (len - sizeof(*nlh)), 0); iscsi_post_host_event()
2533 nlh = __nlmsg_put(skb, 0, 0, 0, (len - sizeof(*nlh)), 0); iscsi_ping_comp_event()
2563 nlh = __nlmsg_put(skb, 0, 0, t, (len - sizeof(*nlh)), 0); iscsi_if_send_reply()
2603 nlhstat = __nlmsg_put(skbstat, 0, 0, 0, iscsi_if_get_stats()
2662 nlh = __nlmsg_put(skb, 0, 0, 0, (len - sizeof(*nlh)), 0); iscsi_session_event()
3053 nlhchap = __nlmsg_put(skbchap, 0, 0, 0, iscsi_get_chap()
3458 nlhhost_stats = __nlmsg_put(skbhost_stats, 0, 0, 0, iscsi_get_host_stats()
/linux-4.1.27/net/netlink/
H A Daf_netlink.c2658 __nlmsg_put(struct sk_buff *skb, u32 portid, u32 seq, int type, int len, int flags) __nlmsg_put() function
2673 EXPORT_SYMBOL(__nlmsg_put); variable
2876 rep = __nlmsg_put(skb, NETLINK_CB(in_skb).portid, nlh->nlmsg_seq, netlink_ack()
/linux-4.1.27/include/net/
H A Dnetlink.h452 return __nlmsg_put(skb, portid, seq, type, payload, flags); nlmsg_put()
/linux-4.1.27/net/netfilter/ipset/
H A Dip_set_core.c1435 rep = __nlmsg_put(skb2, NETLINK_CB(skb).portid, call_ad()

Completed in 142 milliseconds