Home
last modified time | relevance | path

Searched defs:attrtype (Results 1 – 10 of 10) sorted by relevance

/linux-3.3/include/net/
Dnetlink.h398 int hdrlen, int attrtype) in nlmsg_find_attr()
766 nla_find_nested(const struct nlattr *nla, int attrtype) in nla_find_nested()
793 static inline int nla_put_u8(struct sk_buff *skb, int attrtype, u8 value) in nla_put_u8()
804 static inline int nla_put_u16(struct sk_buff *skb, int attrtype, u16 value) in nla_put_u16()
815 static inline int nla_put_u32(struct sk_buff *skb, int attrtype, u32 value) in nla_put_u32()
826 static inline int nla_put_u64(struct sk_buff *skb, int attrtype, u64 value) in nla_put_u64()
837 static inline int nla_put_string(struct sk_buff *skb, int attrtype, in nla_put_string()
848 static inline int nla_put_flag(struct sk_buff *skb, int attrtype) in nla_put_flag()
859 static inline int nla_put_msecs(struct sk_buff *skb, int attrtype, in nla_put_msecs()
866 #define NLA_PUT(skb, attrtype, attrlen, data) \ argument
[all …]
Dgarp.h14 u8 attrtype; member
/linux-3.3/lib/
Dnlattr.c216 struct nlattr *nla_find(const struct nlattr *head, int len, int attrtype) in nla_find()
324 struct nlattr *__nla_reserve(struct sk_buff *skb, int attrtype, int attrlen) in __nla_reserve()
371 struct nlattr *nla_reserve(struct sk_buff *skb, int attrtype, int attrlen) in nla_reserve()
409 void __nla_put(struct sk_buff *skb, int attrtype, int attrlen, in __nla_put()
447 int nla_put(struct sk_buff *skb, int attrtype, int attrlen, const void *data) in nla_put()
/linux-3.3/include/linux/
Drtnetlink.h633 #define RTA_PUT(skb, attrtype, attrlen, data) \ argument
648 #define RTA_PUT_U8(skb, attrtype, value) \ argument
652 #define RTA_PUT_U16(skb, attrtype, value) \ argument
656 #define RTA_PUT_U32(skb, attrtype, value) \ argument
660 #define RTA_PUT_U64(skb, attrtype, value) \ argument
664 #define RTA_PUT_SECS(skb, attrtype, value) \ argument
667 #define RTA_PUT_MSECS(skb, attrtype, value) \ argument
670 #define RTA_PUT_STRING(skb, attrtype, value) \ argument
673 #define RTA_PUT_FLAG(skb, attrtype) \ argument
730 __rta_reserve(struct sk_buff *skb, int attrtype, int attrlen) in __rta_reserve()
[all …]
/linux-3.3/net/core/
Dsock_diag.c36 int sock_diag_put_meminfo(struct sock *sk, struct sk_buff *skb, int attrtype) in sock_diag_put_meminfo()
Drtnetlink.c543 void __rta_fill(struct sk_buff *skb, int attrtype, int attrlen, const void *data) in __rta_fill()
/linux-3.3/net/802/
Dgarp.c267 static int garp_pdu_append_msg(struct garp_applicant *app, u8 attrtype) in garp_pdu_append_msg()
431 u8 attrtype) in garp_pdu_parse_attr()
/linux-3.3/net/unix/
Ddiag.c11 #define UNIX_DIAG_PUT(skb, attrtype, attrlen) \ argument
/linux-3.3/net/ipv4/
Dinet_diag.c49 #define INET_DIAG_PUT(skb, attrtype, attrlen) \ argument
/linux-3.3/net/ipv6/
Daddrconf.c3973 static void snmp6_fill_stats(u64 *stats, struct inet6_dev *idev, int attrtype, in snmp6_fill_stats()