Lines Matching refs:in_skb
653 static int inet6_netconf_get_devconf(struct sk_buff *in_skb, in inet6_netconf_get_devconf() argument
657 struct net *net = sock_net(in_skb->sk); in inet6_netconf_get_devconf()
666 err = inet6_netconf_valid_get_req(in_skb, nlh, tb, extack); in inet6_netconf_get_devconf()
699 NETLINK_CB(in_skb).portid, in inet6_netconf_get_devconf()
708 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in inet6_netconf_get_devconf()
5520 static int inet6_rtm_getaddr(struct sk_buff *in_skb, struct nlmsghdr *nlh, in inet6_rtm_getaddr() argument
5523 struct net *tgt_net = sock_net(in_skb->sk); in inet6_rtm_getaddr()
5525 .portid = NETLINK_CB(in_skb).portid, in inet6_rtm_getaddr()
5540 err = inet6_rtm_valid_getaddr_req(in_skb, nlh, tb, extack); in inet6_rtm_getaddr()
5547 tgt_net = rtnl_get_net_ns_capable(NETLINK_CB(in_skb).sk, in inet6_rtm_getaddr()
5581 err = rtnl_unicast(skb, tgt_net, NETLINK_CB(in_skb).portid); in inet6_rtm_getaddr()