Searched refs:nla_put_u32 (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netlabel/
H A Dnetlabel_mgmt.c202 ret_val = nla_put_u32(cb_arg->skb, NLBL_MGMT_A_PROTOCOL, entry->type);
207 ret_val = nla_put_u32(cb_arg->skb,
370 ret_val = nla_put_u32(ans_skb, NLBL_MGMT_A_PROTOCOL, entry->type);
375 ret_val = nla_put_u32(ans_skb,
424 ret_val = nla_put_u32(skb, NLBL_MGMT_A_PROTOCOL, protocol);
493 ret_val = nla_put_u32(ans_skb,
H A Dnetlabel_cipso_v4.c493 ret_val = nla_put_u32(ans_skb, NLBL_CIPSOV4_A_MTYPE, doi_def->type);
533 ret_val = nla_put_u32(ans_skb,
538 ret_val = nla_put_u32(ans_skb,
564 ret_val = nla_put_u32(ans_skb,
569 ret_val = nla_put_u32(ans_skb,
628 ret_val = nla_put_u32(cb_arg->skb, NLBL_CIPSOV4_A_DOI, doi_def->doi);
631 ret_val = nla_put_u32(cb_arg->skb,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dnetlink.h98 * nla_put_u32(skb, type, value) add u32 attribute to skb
725 * nla_put_u32 - Add a u32 netlink attribute to a socket buffer
730 static inline int nla_put_u32(struct sk_buff *skb, int attrtype, u32 value) function

Completed in 104 milliseconds