/linux-4.4.14/net/ipv4/ |
D | udp_diag.c | 34 static int udp_dump_one(struct udp_table *tbl, struct sk_buff *in_skb, in udp_dump_one() argument 41 struct net *net = sock_net(in_skb->sk); in udp_dump_one() 76 sk_user_ns(NETLINK_CB(in_skb).sk), in udp_dump_one() 77 NETLINK_CB(in_skb).portid, in udp_dump_one() 84 err = netlink_unicast(net->diag_nlsk, rep, NETLINK_CB(in_skb).portid, in udp_dump_one() 155 static int udp_diag_dump_one(struct sk_buff *in_skb, const struct nlmsghdr *nlh, in udp_diag_dump_one() argument 158 return udp_dump_one(&udp_table, in_skb, nlh, req); in udp_diag_dump_one() 183 static int udplite_diag_dump_one(struct sk_buff *in_skb, const struct nlmsghdr *nlh, in udplite_diag_dump_one() argument 186 return udp_dump_one(&udplite_table, in_skb, nlh, req); in udplite_diag_dump_one()
|
D | tcp_diag.c | 43 static int tcp_diag_dump_one(struct sk_buff *in_skb, const struct nlmsghdr *nlh, in tcp_diag_dump_one() argument 46 return inet_diag_dump_one_icsk(&tcp_hashinfo, in_skb, nlh, req); in tcp_diag_dump_one()
|
D | inet_diag.c | 354 struct sk_buff *in_skb, in inet_diag_dump_one_icsk() argument 358 struct net *net = sock_net(in_skb->sk); in inet_diag_dump_one_icsk() 395 sk_user_ns(NETLINK_CB(in_skb).sk), in inet_diag_dump_one_icsk() 396 NETLINK_CB(in_skb).portid, in inet_diag_dump_one_icsk() 403 err = netlink_unicast(net->diag_nlsk, rep, NETLINK_CB(in_skb).portid, in inet_diag_dump_one_icsk() 417 static int inet_diag_get_exact(struct sk_buff *in_skb, in inet_diag_get_exact() argument 428 err = handler->dump_one(in_skb, nlh, req); in inet_diag_get_exact() 929 static int inet_diag_get_exact_compat(struct sk_buff *in_skb, in inet_diag_get_exact_compat() argument 941 return inet_diag_get_exact(in_skb, nlh, &req); in inet_diag_get_exact_compat()
|
D | devinet.c | 1836 static int inet_netconf_get_devconf(struct sk_buff *in_skb, in inet_netconf_get_devconf() argument 1839 struct net *net = sock_net(in_skb->sk); in inet_netconf_get_devconf() 1883 NETLINK_CB(in_skb).portid, in inet_netconf_get_devconf() 1892 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in inet_netconf_get_devconf()
|
D | route.c | 2524 static int inet_rtm_getroute(struct sk_buff *in_skb, struct nlmsghdr *nlh) in inet_rtm_getroute() argument 2526 struct net *net = sock_net(in_skb->sk); in inet_rtm_getroute() 2614 NETLINK_CB(in_skb).portid, nlh->nlmsg_seq, in inet_rtm_getroute() 2619 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in inet_rtm_getroute()
|
/linux-4.4.14/crypto/ |
D | crypto_user.c | 42 struct sk_buff *in_skb; member 191 struct sk_buff *in_skb = info->in_skb; in crypto_report_alg() local 197 nlh = nlmsg_put(skb, NETLINK_CB(in_skb).portid, info->nlmsg_seq, in crypto_report_alg() 218 static int crypto_report(struct sk_buff *in_skb, struct nlmsghdr *in_nlh, in crypto_report() argument 239 info.in_skb = in_skb; in crypto_report() 252 return nlmsg_unicast(crypto_nlsk, skb, NETLINK_CB(in_skb).portid); in crypto_report() 266 info.in_skb = cb->skb; in crypto_dump_report()
|
/linux-4.4.14/include/linux/ |
D | inet_diag.h | 19 int (*dump_one)(struct sk_buff *in_skb, 41 struct sk_buff *in_skb, const struct nlmsghdr *nlh,
|
D | netlink.h | 69 extern void netlink_ack(struct sk_buff *in_skb, struct nlmsghdr *nlh, int err);
|
/linux-4.4.14/net/dccp/ |
D | diag.c | 57 static int dccp_diag_dump_one(struct sk_buff *in_skb, in dccp_diag_dump_one() argument 61 return inet_diag_dump_one_icsk(&dccp_hashinfo, in_skb, nlh, req); in dccp_diag_dump_one()
|
/linux-4.4.14/net/unix/ |
D | diag.c | 243 static int unix_diag_get_exact(struct sk_buff *in_skb, in unix_diag_get_exact() argument 251 struct net *net = sock_net(in_skb->sk); in unix_diag_get_exact() 272 err = sk_diag_fill(sk, rep, req, NETLINK_CB(in_skb).portid, in unix_diag_get_exact() 282 err = netlink_unicast(net->diag_nlsk, rep, NETLINK_CB(in_skb).portid, in unix_diag_get_exact()
|
/linux-4.4.14/net/ipv6/ |
D | addrlabel.c | 524 static int ip6addrlbl_get(struct sk_buff *in_skb, struct nlmsghdr *nlh) in ip6addrlbl_get() argument 526 struct net *net = sock_net(in_skb->sk); in ip6addrlbl_get() 572 NETLINK_CB(in_skb).portid, nlh->nlmsg_seq, in ip6addrlbl_get() 583 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in ip6addrlbl_get()
|
D | addrconf.c | 568 static int inet6_netconf_get_devconf(struct sk_buff *in_skb, in inet6_netconf_get_devconf() argument 571 struct net *net = sock_net(in_skb->sk); in inet6_netconf_get_devconf() 615 NETLINK_CB(in_skb).portid, in inet6_netconf_get_devconf() 624 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in inet6_netconf_get_devconf() 4550 static int inet6_rtm_getaddr(struct sk_buff *in_skb, struct nlmsghdr *nlh) in inet6_rtm_getaddr() argument 4552 struct net *net = sock_net(in_skb->sk); in inet6_rtm_getaddr() 4587 err = inet6_fill_ifaddr(skb, ifa, NETLINK_CB(in_skb).portid, in inet6_rtm_getaddr() 4595 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in inet6_rtm_getaddr()
|
D | route.c | 3224 static int inet6_rtm_getroute(struct sk_buff *in_skb, struct nlmsghdr *nlh) in inet6_rtm_getroute() argument 3226 struct net *net = sock_net(in_skb->sk); in inet6_rtm_getroute() 3308 RTM_NEWROUTE, NETLINK_CB(in_skb).portid, in inet6_rtm_getroute() 3315 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in inet6_rtm_getroute()
|
/linux-4.4.14/net/xfrm/ |
D | xfrm_user.c | 745 struct sk_buff *in_skb; member 870 struct sk_buff *in_skb = sp->in_skb; in dump_one_state() local 876 nlh = nlmsg_put(skb, NETLINK_CB(in_skb).portid, sp->nlmsg_seq, in dump_one_state() 912 info.in_skb = cb->skb; in xfrm_dump_sa() 948 static struct sk_buff *xfrm_state_netlink(struct sk_buff *in_skb, in xfrm_state_netlink() argument 959 info.in_skb = in_skb; in xfrm_state_netlink() 1619 struct sk_buff *in_skb = sp->in_skb; in dump_one_policy() local 1624 nlh = nlmsg_put(skb, NETLINK_CB(in_skb).portid, sp->nlmsg_seq, in dump_one_policy() 1664 info.in_skb = cb->skb; in xfrm_dump_policy() 1679 static struct sk_buff *xfrm_policy_netlink(struct sk_buff *in_skb, in xfrm_policy_netlink() argument [all …]
|
/linux-4.4.14/net/sched/ |
D | cls_cgroup.c | 71 static int cls_cgroup_change(struct net *net, struct sk_buff *in_skb, in cls_cgroup_change() argument
|
D | cls_flow.c | 375 static int flow_change(struct net *net, struct sk_buff *in_skb, in flow_change() argument 417 sk_user_ns(NETLINK_CB(in_skb).sk) != &init_user_ns) in flow_change()
|
D | cls_basic.c | 165 static int basic_change(struct net *net, struct sk_buff *in_skb, in basic_change() argument
|
D | cls_fw.c | 236 static int fw_change(struct net *net, struct sk_buff *in_skb, in fw_change() argument
|
D | cls_bpf.c | 373 static int cls_bpf_change(struct net *net, struct sk_buff *in_skb, in cls_bpf_change() argument
|
D | cls_route.c | 474 static int route4_change(struct net *net, struct sk_buff *in_skb, in route4_change() argument
|
D | cls_tcindex.c | 428 tcindex_change(struct net *net, struct sk_buff *in_skb, in tcindex_change() argument
|
D | cls_rsvp.h | 464 static int rsvp_change(struct net *net, struct sk_buff *in_skb, in rsvp_change() argument
|
D | cls_flower.c | 452 static int fl_change(struct net *net, struct sk_buff *in_skb, in fl_change() argument
|
D | cls_u32.c | 725 static int u32_change(struct net *net, struct sk_buff *in_skb, in u32_change() argument
|
/linux-4.4.14/net/netlink/ |
D | af_netlink.c | 2953 void netlink_ack(struct sk_buff *in_skb, struct nlmsghdr *nlh, int err) in netlink_ack() argument 2959 struct netlink_sock *nlk = nlk_sk(NETLINK_CB(in_skb).sk); in netlink_ack() 2967 skb = netlink_alloc_skb(in_skb->sk, nlmsg_total_size(payload), in netlink_ack() 2968 NETLINK_CB(in_skb).portid, GFP_KERNEL); in netlink_ack() 2972 sk = netlink_lookup(sock_net(in_skb->sk), in netlink_ack() 2973 in_skb->sk->sk_protocol, in netlink_ack() 2974 NETLINK_CB(in_skb).portid); in netlink_ack() 2983 rep = __nlmsg_put(skb, NETLINK_CB(in_skb).portid, nlh->nlmsg_seq, in netlink_ack() 2988 netlink_unicast(in_skb->sk, skb, NETLINK_CB(in_skb).portid, MSG_DONTWAIT); in netlink_ack()
|
/linux-4.4.14/drivers/net/wireless/b43legacy/ |
D | dma.c | 1011 struct sk_buff **in_skb) in dma_tx_fragment() argument 1013 struct sk_buff *skb = *in_skb; in dma_tx_fragment() 1083 *in_skb = bounce_skb; in dma_tx_fragment()
|
/linux-4.4.14/net/decnet/ |
D | dn_route.c | 1643 static int dn_cache_getroute(struct sk_buff *in_skb, struct nlmsghdr *nlh) in dn_cache_getroute() argument 1645 struct net *net = sock_net(in_skb->sk); in dn_cache_getroute() 1711 err = dn_rt_fill_info(skb, NETLINK_CB(in_skb).portid, nlh->nlmsg_seq, RTM_NEWROUTE, 0, 0); in dn_cache_getroute() 1717 return rtnl_unicast(skb, &init_net, NETLINK_CB(in_skb).portid); in dn_cache_getroute()
|