/Linux-v4.19/net/netfilter/ |
D | nf_tables_api.c | 71 const struct nlmsghdr *nlh, in nft_ctx_init() 531 struct nlmsghdr *nlh; in nf_tables_fill_table_info() local 627 const struct nlmsghdr *nlh, in nft_netlink_dump_start_rcu() 645 struct sk_buff *skb, const struct nlmsghdr *nlh, in nf_tables_gettable() 802 struct sk_buff *skb, const struct nlmsghdr *nlh, in nf_tables_newtable() 967 struct sk_buff *skb, const struct nlmsghdr *nlh, in nf_tables_deltable() 1157 struct nlmsghdr *nlh; in nf_tables_fill_chain_info() local 1292 struct sk_buff *skb, const struct nlmsghdr *nlh, in nf_tables_getchain() 1750 struct sk_buff *skb, const struct nlmsghdr *nlh, in nf_tables_newchain() 1834 struct sk_buff *skb, const struct nlmsghdr *nlh, in nf_tables_delchain() [all …]
|
D | nfnetlink_cthelper.c | 412 struct sk_buff *skb, const struct nlmsghdr *nlh, in nfnl_cthelper_new() 529 struct nlmsghdr *nlh; in nfnl_cthelper_fill_info() local 617 struct sk_buff *skb, const struct nlmsghdr *nlh, in nfnl_cthelper_get() 688 struct sk_buff *skb, const struct nlmsghdr *nlh, in nfnl_cthelper_del()
|
D | nfnetlink_queue.c | 389 struct nlmsghdr *nlh; in nfqnl_build_packet_message() local 1066 const struct nlmsghdr *nlh, in nfqnl_recv_verdict_batch() 1115 const struct nlmsghdr *nlh, in nfqnl_ct_parse() 1172 const struct nlmsghdr *nlh, in nfqnl_recv_verdict() 1237 struct sk_buff *skb, const struct nlmsghdr *nlh, in nfqnl_recv_unsupp() 1258 struct sk_buff *skb, const struct nlmsghdr *nlh, in nfqnl_recv_config()
|
D | nfnetlink_osf.c | 294 struct sk_buff *skb, const struct nlmsghdr *nlh, in nfnl_osf_add_callback() 342 const struct nlmsghdr *nlh, in nfnl_osf_remove_callback()
|
D | nfnetlink_log.c | 352 struct nlmsghdr *nlh = nlmsg_put(inst->skb, 0, 0, in __nfulnl_send() local 407 struct nlmsghdr *nlh; in __build_packet_message() local 795 struct sk_buff *skb, const struct nlmsghdr *nlh, in nfulnl_recv_unsupp() 819 struct sk_buff *skb, const struct nlmsghdr *nlh, in nfulnl_recv_config()
|
/Linux-v4.19/net/decnet/ |
D | dn_fib.c | 268 const struct nlmsghdr *nlh, int *errp) in dn_fib_create_info() 505 static int dn_fib_rtm_delroute(struct sk_buff *skb, struct nlmsghdr *nlh, in dn_fib_rtm_delroute() 532 static int dn_fib_rtm_newroute(struct sk_buff *skb, struct nlmsghdr *nlh, in dn_fib_rtm_newroute() 563 struct nlmsghdr nlh; in fib_magic() member
|
/Linux-v4.19/tools/include/uapi/linux/ |
D | netlink.h | 94 #define NLMSG_DATA(nlh) ((void*)(((char*)nlh) + NLMSG_LENGTH(0))) argument 95 #define NLMSG_NEXT(nlh,len) ((len) -= NLMSG_ALIGN((nlh)->nlmsg_len), \ argument 97 #define NLMSG_OK(nlh,len) ((len) >= (int)sizeof(struct nlmsghdr) && \ argument 100 #define NLMSG_PAYLOAD(nlh,len) ((nlh)->nlmsg_len - NLMSG_SPACE((len))) argument
|
/Linux-v4.19/net/ipv6/ |
D | addrlabel.c | 376 static int ip6addrlbl_newdel(struct sk_buff *skb, struct nlmsghdr *nlh, in ip6addrlbl_newdel() 427 static void ip6addrlbl_putmsg(struct nlmsghdr *nlh, in ip6addrlbl_putmsg() 444 struct nlmsghdr *nlh = nlmsg_put(skb, portid, seq, event, in ip6addrlbl_fill() local 494 static int ip6addrlbl_get(struct sk_buff *in_skb, struct nlmsghdr *nlh, in ip6addrlbl_get()
|
/Linux-v4.19/include/uapi/linux/ |
D | netlink.h | 94 #define NLMSG_DATA(nlh) ((void*)(((char*)nlh) + NLMSG_LENGTH(0))) argument 95 #define NLMSG_NEXT(nlh,len) ((len) -= NLMSG_ALIGN((nlh)->nlmsg_len), \ argument 97 #define NLMSG_OK(nlh,len) ((len) >= (int)sizeof(struct nlmsghdr) && \ argument 100 #define NLMSG_PAYLOAD(nlh,len) ((nlh)->nlmsg_len - NLMSG_SPACE((len))) argument
|
/Linux-v4.19/net/core/ |
D | fib_rules.c | 489 static int fib_nl2rule(struct sk_buff *skb, struct nlmsghdr *nlh, in fib_nl2rule() 726 int fib_nl_newrule(struct sk_buff *skb, struct nlmsghdr *nlh, in fib_nl_newrule() 833 int fib_nl_delrule(struct sk_buff *skb, struct nlmsghdr *nlh, in fib_nl_delrule() 962 struct nlmsghdr *nlh; in fib_nl_fill_rule() local 1103 struct fib_rules_ops *ops, struct nlmsghdr *nlh, in notify_rule_change()
|
D | rtnetlink.c | 728 struct nlmsghdr *nlh, gfp_t flags) in rtnl_notify() 1586 struct nlmsghdr *nlh; in rtnl_fill_ifinfo() local 2646 static int rtnl_setlink(struct sk_buff *skb, struct nlmsghdr *nlh, in rtnl_setlink() 2741 static int rtnl_dellink(struct sk_buff *skb, struct nlmsghdr *nlh, in rtnl_dellink() 2900 static int rtnl_newlink(struct sk_buff *skb, struct nlmsghdr *nlh, in rtnl_newlink() 3158 static int rtnl_getlink(struct sk_buff *skb, struct nlmsghdr *nlh, in rtnl_getlink() 3228 static u16 rtnl_calcit(struct sk_buff *skb, struct nlmsghdr *nlh) in rtnl_calcit() 3380 struct nlmsghdr *nlh; in nlmsg_populate_fdb_fill() local 3501 static int rtnl_fdb_add(struct sk_buff *skb, struct nlmsghdr *nlh, in rtnl_fdb_add() 3602 static int rtnl_fdb_del(struct sk_buff *skb, struct nlmsghdr *nlh, in rtnl_fdb_del() [all …]
|
D | drop_monitor.c | 115 struct nlmsghdr *nlh = (struct nlmsghdr *)skb->data; in reset_per_cpu_data() local 157 struct nlmsghdr *nlh; in trace_drop_common() local
|
/Linux-v4.19/drivers/infiniband/core/ |
D | iwpm_util.c | 441 struct sk_buff *iwpm_create_nlmsg(u32 nl_op, struct nlmsghdr **nlh, in iwpm_create_nlmsg() 584 struct nlmsghdr *nlh; in send_mapinfo_num() local 624 struct nlmsghdr *nlh = NULL; in send_nlmsg_done() local 646 struct nlmsghdr *nlh; in iwpm_send_mapinfo() local
|
D | addr.c | 79 static inline bool ib_nl_is_good_ip_resp(const struct nlmsghdr *nlh) in ib_nl_is_good_ip_resp() 95 static void ib_nl_process_good_ip_rsep(const struct nlmsghdr *nlh) in ib_nl_process_good_ip_rsep() 129 struct nlmsghdr *nlh, in ib_nl_handle_ip_res_resp() 147 struct nlmsghdr *nlh; in ib_nl_ip_send_msg() local
|
/Linux-v4.19/drivers/scsi/ |
D | scsi_netlink.c | 48 struct nlmsghdr *nlh; in scsi_nl_rcv_msg() local
|
D | scsi_transport_iscsi.c | 2334 struct nlmsghdr *nlh; in iscsi_recv_pdu() local 2373 struct nlmsghdr *nlh; in iscsi_offload_mesg() local 2406 struct nlmsghdr *nlh; in iscsi_conn_error_event() local 2441 struct nlmsghdr *nlh; in iscsi_conn_login_event() local 2476 struct nlmsghdr *nlh; in iscsi_post_host_event() local 2507 struct nlmsghdr *nlh; in iscsi_ping_comp_event() local 2536 struct nlmsghdr *nlh; in iscsi_if_send_reply() local 2551 iscsi_if_get_stats(struct iscsi_transport *transport, struct nlmsghdr *nlh) in iscsi_if_get_stats() 2627 struct nlmsghdr *nlh; in iscsi_session_event() local 2995 iscsi_get_chap(struct iscsi_transport *transport, struct nlmsghdr *nlh) in iscsi_get_chap() [all …]
|
/Linux-v4.19/net/ipv4/ |
D | devinet.c | 334 int destroy, struct nlmsghdr *nlh, u32 portid) in __inet_del_ifa() 447 static int __inet_insert_ifa(struct in_ifaddr *ifa, struct nlmsghdr *nlh, in __inet_insert_ifa() 602 static int inet_rtm_deladdr(struct sk_buff *skb, struct nlmsghdr *nlh, in inet_rtm_deladdr() 775 static struct in_ifaddr *rtm_to_ifaddr(struct net *net, struct nlmsghdr *nlh, in rtm_to_ifaddr() 880 static int inet_rtm_newaddr(struct sk_buff *skb, struct nlmsghdr *nlh, in inet_rtm_newaddr() 1590 struct nlmsghdr *nlh; in inet_fill_ifaddr() local 1705 static void rtmsg_ifa(int event, struct in_ifaddr *ifa, struct nlmsghdr *nlh, in rtmsg_ifa() 1845 struct nlmsghdr *nlh; in inet_netconf_fill_devconf() local 1934 struct nlmsghdr *nlh, in inet_netconf_get_devconf()
|
D | fib_frontend.c | 658 struct nlmsghdr *nlh, struct fib_config *cfg, in rtm_to_fib_config() 746 static int inet_rtm_delroute(struct sk_buff *skb, struct nlmsghdr *nlh, in inet_rtm_delroute() 770 static int inet_rtm_newroute(struct sk_buff *skb, struct nlmsghdr *nlh, in inet_rtm_newroute() 1158 struct nlmsghdr *nlh; in nl_fib_input() local
|
/Linux-v4.19/net/unix/ |
D | diag.c | 115 struct nlmsghdr *nlh; in sk_diag_fill() local 244 const struct nlmsghdr *nlh, in unix_diag_get_exact()
|
/Linux-v4.19/net/mpls/ |
D | af_mpls.c | 541 struct nlmsghdr *nlh = info ? info->nlh : NULL; in mpls_notify_route() local 1137 struct nlmsghdr *nlh; in mpls_netconf_fill_devconf() local 1213 struct nlmsghdr *nlh, in mpls_netconf_get_devconf() 1730 struct nlmsghdr *nlh, in rtm_to_route_config() 1865 static int mpls_rtm_delroute(struct sk_buff *skb, struct nlmsghdr *nlh, in mpls_rtm_delroute() 1887 static int mpls_rtm_newroute(struct sk_buff *skb, struct nlmsghdr *nlh, in mpls_rtm_newroute() 1912 struct nlmsghdr *nlh; in mpls_dump_route() local 2087 struct nlmsghdr *nlh, struct net *net, u32 portid, in rtmsg_lfib() 2126 struct nlmsghdr *nlh; in mpls_getroute() local
|
/Linux-v4.19/net/tipc/ |
D | netlink.c | 268 int tipc_nlmsg_parse(const struct nlmsghdr *nlh, struct nlattr ***attr) in tipc_nlmsg_parse()
|
D | diag.c | 54 struct nlmsghdr *nlh; in __tipc_add_sock_diag() local
|
/Linux-v4.19/net/dccp/ |
D | diag.c | 58 const struct nlmsghdr *nlh, in dccp_diag_dump_one()
|
/Linux-v4.19/net/can/ |
D | gw.c | 486 struct nlmsghdr *nlh; in cgw_put_job() local 630 static int cgw_parse_attr(struct nlmsghdr *nlh, struct cf_mod *mod, in cgw_parse_attr() 810 static int cgw_create_job(struct sk_buff *skb, struct nlmsghdr *nlh, in cgw_create_job() 924 static int cgw_remove_job(struct sk_buff *skb, struct nlmsghdr *nlh, in cgw_remove_job()
|
/Linux-v4.19/net/vmw_vsock/ |
D | diag.c | 27 struct nlmsghdr *nlh; in sk_diag_fill() local
|