Searched refs:nlmsg_data (Results 1 - 18 of 18) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Drtnetlink.h20 return ((struct rtgenmsg *) nlmsg_data(nlh))->rtgen_family;
H A Dgenetlink.h101 hdr = nlmsg_data(nlh);
H A Dnetlink.h20 * nlmsg_data(nlh)---^ ^
55 * nlmsg_data(nlh) head of message payload
283 * nlmsg_data - head of message payload
286 static inline void *nlmsg_data(const struct nlmsghdr *nlh) function
308 unsigned char *data = nlmsg_data(nlh);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bridge/
H A Dbr_netlink.c49 hdr = nlmsg_data(nlh);
146 ifm = nlmsg_data(nlh);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netlink/
H A Dgenetlink.c303 struct genlmsghdr *hdr = nlmsg_data(nlh);
343 info.genlhdr = nlmsg_data(nlh);
344 info.userhdr = nlmsg_data(nlh) + GENL_HDRLEN;
H A Daf_netlink.c1381 memcpy(nlmsg_data(nlh), &len, sizeof(len));
1474 errmsg = nlmsg_data(rep);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/core/
H A Dfib_rules.c200 struct fib_rule_hdr *frh = nlmsg_data(nlh);
336 struct fib_rule_hdr *frh = nlmsg_data(nlh);
452 frh = nlmsg_data(nlh);
H A Dneighbour.c1459 ndm = nlmsg_data(nlh);
1525 ndm = nlmsg_data(nlh);
1648 ndtmsg = nlmsg_data(nlh);
1732 ndtmsg = nlmsg_data(nlh);
1806 ndtmsg = nlmsg_data(nlh);
1920 family = ((struct rtgenmsg *) nlmsg_data(cb->nlh))->rtgen_family;
1968 ndm = nlmsg_data(nlh);
2043 family = ((struct rtgenmsg *) nlmsg_data(cb->nlh))->rtgen_family;
H A Drtnetlink.c469 ifm = nlmsg_data(nlh);
582 ifm = nlmsg_data(nlh);
742 ifm = nlmsg_data(nlh);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dtaskstats.c105 struct genlmsghdr *genlhdr = nlmsg_data(nlmsg_hdr(skb));
124 struct genlmsghdr *genlhdr = nlmsg_data(nlmsg_hdr(skb));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/decnet/
H A Ddn_dev.c636 ifm = nlmsg_data(nlh);
672 ifm = nlmsg_data(nlh);
725 ifm = nlmsg_data(nlh);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Ddevinet.c458 ifm = nlmsg_data(nlh);
503 ifm = nlmsg_data(nlh);
1147 ifm = nlmsg_data(nlh);
H A Dfib_frontend.c472 rtm = nlmsg_data(nlh);
583 ((struct rtmsg *) nlmsg_data(cb->nlh))->rtm_flags & RTM_F_CLONED)
H A Dfib_semantics.c969 rtm = nlmsg_data(nlh);
H A Droute.c2692 r = nlmsg_data(nlh);
2792 rtm = nlmsg_data(nlh);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Daddrconf.c3046 ifm = nlmsg_data(nlh);
3107 ifm = nlmsg_data(nlh);
3156 ifm = nlmsg_data(nlh);
3414 ifm = nlmsg_data(nlh);
3567 hdr = nlmsg_data(nlh);
3690 pmsg = nlmsg_data(nlh);
H A Droute.c2015 rtm = nlmsg_data(nlh);
2132 rtm = nlmsg_data(nlh);
2211 struct rtmsg *rtm = nlmsg_data(arg->cb->nlh);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/xfrm/
H A Dxfrm_user.c687 f = nlmsg_data(nlh);
742 f = nlmsg_data(nlh);

Completed in 170 milliseconds