Home
last modified time | relevance | path

Searched refs:nlmsg_total_size (Results 1 – 11 of 11) sorted by relevance

/linux/net/netfilter/
H A Dnfnetlink.c254 int min_len = nlmsg_total_size(sizeof(struct nfgenmsg)); in nfnetlink_rcv_msg()
435 while (skb->len >= nlmsg_total_size(0)) { in nfnetlink_rcv_batch()
497 int min_len = nlmsg_total_size(sizeof(struct nfgenmsg)); in nfnetlink_rcv_batch()
614 int min_len = nlmsg_total_size(sizeof(struct nfgenmsg)); in nfnetlink_rcv_skb_batch()
H A Dnf_tables_trace.c206 size = nlmsg_total_size(sizeof(struct nfgenmsg)) + in nft_trace_notify()
H A Dnfnetlink_log.c719 size = nlmsg_total_size(sizeof(struct nfgenmsg)) in nfulnl_log_packet()
/linux/drivers/scsi/
H A Dscsi_transport_iscsi.c2549 int len = nlmsg_total_size(sizeof(*ev) + sizeof(struct iscsi_hdr) + in iscsi_recv_pdu()
2586 int len = nlmsg_total_size(sizeof(*ev) + data_size); in iscsi_offload_mesg()
2620 int len = nlmsg_total_size(sizeof(*ev)); in iscsi_conn_error_event()
2681 int len = nlmsg_total_size(sizeof(*ev)); in iscsi_conn_login_event()
2715 int len = nlmsg_total_size(sizeof(*ev) + data_size); in iscsi_post_host_event()
2746 int len = nlmsg_total_size(sizeof(*ev) + data_size); in iscsi_ping_comp_event()
2773 int len = nlmsg_total_size(size); in iscsi_if_send_reply()
2796 int len = nlmsg_total_size(sizeof(*ev) + in iscsi_if_get_stats()
2835 actual_size = nlmsg_total_size(sizeof(struct iscsi_uevent) + in iscsi_if_get_stats()
2864 int rc, len = nlmsg_total_size(sizeof(*ev)); in iscsi_session_event()
[all …]
/linux/drivers/infiniband/core/
H A Dnetlink.c215 while (skb->len >= nlmsg_total_size(0)) { in rdma_nl_rcv_skb()
/linux/net/tipc/
H A Dnetlink_compat.c155 hdr_len = nlmsg_total_size(GENL_HDRLEN + TIPC_GENL_HDRLEN); in tipc_tlv_alloc()
1330 len = nlmsg_total_size(GENL_HDRLEN + TIPC_GENL_HDRLEN); in tipc_nl_compat_recv()
/linux/net/netfilter/ipset/
H A Dip_set_core.c1517 int min_len = nlmsg_total_size(sizeof(struct nfgenmsg)); in ip_set_dump_start()
1768 int min_len = nlmsg_total_size(sizeof(struct nfgenmsg)); in call_ad()
/linux/net/netlink/
H A Daf_netlink.c2323 skb_tailroom(skb) < nlmsg_total_size(sizeof(nlk->dump_done_errno))) { in netlink_dump()
2515 while (skb->len >= nlmsg_total_size(0)) { in netlink_rcv_skb()
/linux/net/ipv4/
H A Dfib_frontend.c1391 if (skb->len < nlmsg_total_size(sizeof(*frn)) || in nl_fib_input()
/linux/security/selinux/
H A Dhooks.c5970 while (data_len >= nlmsg_total_size(0)) { in selinux_netlink_send()
/linux/net/core/
H A Drtnetlink.c4296 return nlmsg_total_size(min_ifinfo_dump_size); in rtnl_calcit()