Searched refs:in_skb (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/xfrm/
H A Dxfrm_user.c564 struct sk_buff *in_skb; member in struct:xfrm_dump_info
575 struct sk_buff *in_skb = sp->in_skb; local
584 nlh = NLMSG_PUT(skb, NETLINK_CB(in_skb).pid,
639 info.in_skb = cb->skb;
651 static struct sk_buff *xfrm_state_netlink(struct sk_buff *in_skb, argument
661 info.in_skb = in_skb;
1263 struct sk_buff *in_skb = sp->in_skb; local
1314 xfrm_policy_netlink(struct sk_buff *in_skb, struct xfrm_policy *xp, int dir, u32 seq) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dnetlink.h164 extern void netlink_ack(struct sk_buff *in_skb, struct nlmsghdr *nlh, int err);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netlink/
H A Daf_netlink.c1447 void netlink_ack(struct sk_buff *in_skb, struct nlmsghdr *nlh, int err) argument
1462 sk = netlink_lookup(in_skb->sk->sk_protocol,
1463 NETLINK_CB(in_skb).pid);
1472 rep = __nlmsg_put(skb, NETLINK_CB(in_skb).pid, nlh->nlmsg_seq,
1477 netlink_unicast(in_skb->sk, skb, NETLINK_CB(in_skb).pid, MSG_DONTWAIT);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dinet_diag.c227 static int inet_diag_get_exact(struct sk_buff *in_skb, argument
279 NETLINK_CB(in_skb).pid,
286 err = netlink_unicast(idiagnl, rep, NETLINK_CB(in_skb).pid,
H A Droute.c2777 static int inet_rtm_getroute(struct sk_buff *in_skb, struct nlmsghdr* nlh, void *arg) argument
2853 err = rt_fill_info(skb, NETLINK_CB(in_skb).pid, nlh->nlmsg_seq,
2858 err = rtnl_unicast(skb, NETLINK_CB(in_skb).pid);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/decnet/
H A Ddn_route.c1527 static int dn_cache_getroute(struct sk_buff *in_skb, struct nlmsghdr *nlh, void *arg) argument
1592 err = dn_rt_fill_info(skb, NETLINK_CB(in_skb).pid, nlh->nlmsg_seq, RTM_NEWROUTE, 0, 0);
1601 return rtnl_unicast(skb, NETLINK_CB(in_skb).pid);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Droute.c2221 static int inet6_rtm_getroute(struct sk_buff *in_skb, struct nlmsghdr* nlh, void *arg) argument
2282 RTM_NEWROUTE, NETLINK_CB(in_skb).pid,
2289 err = rtnl_unicast(skb, NETLINK_CB(in_skb).pid);
H A Daddrconf.c3393 static int inet6_rtm_getaddr(struct sk_buff *in_skb, struct nlmsghdr* nlh, argument
3428 err = inet6_fill_ifaddr(skb, ifa, NETLINK_CB(in_skb).pid,
3436 err = rtnl_unicast(skb, NETLINK_CB(in_skb).pid);

Completed in 198 milliseconds