| /kernel/linux/linux-4.19/include/net/ |
| D | netlink.h | 411 int hdrlen, int attrtype) in nlmsg_find_attr() 745 nla_find_nested(const struct nlattr *nla, int attrtype) in nla_find_nested() 775 static inline int nla_put_u8(struct sk_buff *skb, int attrtype, u8 value) in nla_put_u8() 789 static inline int nla_put_u16(struct sk_buff *skb, int attrtype, u16 value) in nla_put_u16() 802 static inline int nla_put_be16(struct sk_buff *skb, int attrtype, __be16 value) in nla_put_be16() 815 static inline int nla_put_net16(struct sk_buff *skb, int attrtype, __be16 value) in nla_put_net16() 828 static inline int nla_put_le16(struct sk_buff *skb, int attrtype, __le16 value) in nla_put_le16() 841 static inline int nla_put_u32(struct sk_buff *skb, int attrtype, u32 value) in nla_put_u32() 854 static inline int nla_put_be32(struct sk_buff *skb, int attrtype, __be32 value) in nla_put_be32() 867 static inline int nla_put_net32(struct sk_buff *skb, int attrtype, __be32 value) in nla_put_net32() [all …]
|
| D | ife.h | 34 static inline void *ife_tlv_meta_decode(void *skbdata, u16 *attrtype, u16 *dlen, in ife_tlv_meta_decode() 40 static inline int ife_tlv_meta_encode(void *skbdata, u16 attrtype, u16 dlen, in ife_tlv_meta_encode()
|
| D | garp.h | 15 u8 attrtype; member
|
| /kernel/linux/linux-4.19/drivers/net/ethernet/rocker/ |
| D | rocker_tlv.h | 143 rocker_tlv_put_u8(struct rocker_desc_info *desc_info, int attrtype, u8 value) in rocker_tlv_put_u8() 151 rocker_tlv_put_u16(struct rocker_desc_info *desc_info, int attrtype, u16 value) in rocker_tlv_put_u16() 159 rocker_tlv_put_be16(struct rocker_desc_info *desc_info, int attrtype, __be16 value) in rocker_tlv_put_be16() 167 rocker_tlv_put_u32(struct rocker_desc_info *desc_info, int attrtype, u32 value) in rocker_tlv_put_u32() 175 rocker_tlv_put_be32(struct rocker_desc_info *desc_info, int attrtype, __be32 value) in rocker_tlv_put_be32() 183 rocker_tlv_put_u64(struct rocker_desc_info *desc_info, int attrtype, u64 value) in rocker_tlv_put_u64() 191 rocker_tlv_nest_start(struct rocker_desc_info *desc_info, int attrtype) in rocker_tlv_nest_start()
|
| D | rocker_tlv.c | 37 int attrtype, int attrlen, const void *data) in rocker_tlv_put()
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/rocker/ |
| D | rocker_tlv.h | 139 rocker_tlv_put_u8(struct rocker_desc_info *desc_info, int attrtype, u8 value) in rocker_tlv_put_u8() 147 rocker_tlv_put_u16(struct rocker_desc_info *desc_info, int attrtype, u16 value) in rocker_tlv_put_u16() 155 rocker_tlv_put_be16(struct rocker_desc_info *desc_info, int attrtype, __be16 value) in rocker_tlv_put_be16() 163 rocker_tlv_put_u32(struct rocker_desc_info *desc_info, int attrtype, u32 value) in rocker_tlv_put_u32() 171 rocker_tlv_put_be32(struct rocker_desc_info *desc_info, int attrtype, __be32 value) in rocker_tlv_put_be32() 179 rocker_tlv_put_u64(struct rocker_desc_info *desc_info, int attrtype, u64 value) in rocker_tlv_put_u64() 187 rocker_tlv_nest_start(struct rocker_desc_info *desc_info, int attrtype) in rocker_tlv_nest_start()
|
| D | rocker_tlv.c | 33 int attrtype, int attrlen, const void *data) in rocker_tlv_put()
|
| /kernel/linux/linux-4.19/lib/ |
| D | nlattr.c | 284 struct nlattr *nla_find(const struct nlattr *head, int len, int attrtype) in nla_find() 429 struct nlattr *__nla_reserve(struct sk_buff *skb, int attrtype, int attrlen) in __nla_reserve() 457 struct nlattr *__nla_reserve_64bit(struct sk_buff *skb, int attrtype, in __nla_reserve_64bit() 495 struct nlattr *nla_reserve(struct sk_buff *skb, int attrtype, int attrlen) in nla_reserve() 518 struct nlattr *nla_reserve_64bit(struct sk_buff *skb, int attrtype, int attrlen, in nla_reserve_64bit() 563 void __nla_put(struct sk_buff *skb, int attrtype, int attrlen, in __nla_put() 584 void __nla_put_64bit(struct sk_buff *skb, int attrtype, int attrlen, in __nla_put_64bit() 622 int nla_put(struct sk_buff *skb, int attrtype, int attrlen, const void *data) in nla_put() 643 int nla_put_64bit(struct sk_buff *skb, int attrtype, int attrlen, in nla_put_64bit()
|
| /kernel/linux/linux-5.10/include/net/ |
| D | netlink.h | 805 int hdrlen, int attrtype) in nlmsg_find_attr() 1187 nla_find_nested(const struct nlattr *nla, int attrtype) in nla_find_nested() 1241 static inline int nla_put_u8(struct sk_buff *skb, int attrtype, u8 value) in nla_put_u8() 1255 static inline int nla_put_u16(struct sk_buff *skb, int attrtype, u16 value) in nla_put_u16() 1268 static inline int nla_put_be16(struct sk_buff *skb, int attrtype, __be16 value) in nla_put_be16() 1281 static inline int nla_put_net16(struct sk_buff *skb, int attrtype, __be16 value) in nla_put_net16() 1294 static inline int nla_put_le16(struct sk_buff *skb, int attrtype, __le16 value) in nla_put_le16() 1307 static inline int nla_put_u32(struct sk_buff *skb, int attrtype, u32 value) in nla_put_u32() 1320 static inline int nla_put_be32(struct sk_buff *skb, int attrtype, __be32 value) in nla_put_be32() 1333 static inline int nla_put_net32(struct sk_buff *skb, int attrtype, __be32 value) in nla_put_net32() [all …]
|
| D | ife.h | 33 static inline void *ife_tlv_meta_decode(void *skbdata, u16 *attrtype, u16 *dlen, in ife_tlv_meta_decode() 39 static inline int ife_tlv_meta_encode(void *skbdata, u16 attrtype, u16 dlen, in ife_tlv_meta_encode()
|
| D | garp.h | 15 u8 attrtype; member
|
| /kernel/linux/linux-5.10/lib/ |
| D | nlattr.c | 698 struct nlattr *nla_find(const struct nlattr *head, int len, int attrtype) in nla_find() 843 struct nlattr *__nla_reserve(struct sk_buff *skb, int attrtype, int attrlen) in __nla_reserve() 871 struct nlattr *__nla_reserve_64bit(struct sk_buff *skb, int attrtype, in __nla_reserve_64bit() 908 struct nlattr *nla_reserve(struct sk_buff *skb, int attrtype, int attrlen) in nla_reserve() 931 struct nlattr *nla_reserve_64bit(struct sk_buff *skb, int attrtype, int attrlen, in nla_reserve_64bit() 976 void __nla_put(struct sk_buff *skb, int attrtype, int attrlen, in __nla_put() 997 void __nla_put_64bit(struct sk_buff *skb, int attrtype, int attrlen, in __nla_put_64bit() 1035 int nla_put(struct sk_buff *skb, int attrtype, int attrlen, const void *data) in nla_put() 1056 int nla_put_64bit(struct sk_buff *skb, int attrtype, int attrlen, in nla_put_64bit()
|
| /kernel/linux/linux-4.19/net/ife/ |
| D | ife.c | 126 void *ife_tlv_meta_decode(void *skbdata, const void *ifehdr_end, u16 *attrtype, in ife_tlv_meta_decode() 158 int ife_tlv_meta_encode(void *skbdata, u16 attrtype, u16 dlen, const void *dval) in ife_tlv_meta_encode()
|
| /kernel/linux/linux-5.10/net/ife/ |
| D | ife.c | 126 void *ife_tlv_meta_decode(void *skbdata, const void *ifehdr_end, u16 *attrtype, in ife_tlv_meta_decode() 158 int ife_tlv_meta_encode(void *skbdata, u16 attrtype, u16 dlen, const void *dval) in ife_tlv_meta_encode()
|
| /kernel/linux/linux-4.19/drivers/block/drbd/ |
| D | drbd_nla.c | 43 struct nlattr *drbd_nla_find_nested(int maxtype, struct nlattr *nla, int attrtype) in drbd_nla_find_nested()
|
| /kernel/linux/linux-5.10/drivers/block/drbd/ |
| D | drbd_nla.c | 44 struct nlattr *drbd_nla_find_nested(int maxtype, struct nlattr *nla, int attrtype) in drbd_nla_find_nested()
|
| /kernel/linux/linux-4.19/net/core/ |
| D | sock_diag.c | 59 int sock_diag_put_meminfo(struct sock *sk, struct sk_buff *skb, int attrtype) in sock_diag_put_meminfo() 70 struct sk_buff *skb, int attrtype) in sock_diag_put_filterinfo()
|
| /kernel/linux/linux-5.10/net/core/ |
| D | sock_diag.c | 61 int sock_diag_put_meminfo(struct sock *sk, struct sk_buff *skb, int attrtype) in sock_diag_put_meminfo() 72 struct sk_buff *skb, int attrtype) in sock_diag_put_filterinfo()
|
| /kernel/linux/linux-5.10/net/ethtool/ |
| D | bitset.c | 232 int ethnl_put_bitset32(struct sk_buff *skb, int attrtype, const u32 *val, in ethnl_put_bitset32() 734 int ethnl_put_bitset(struct sk_buff *skb, int attrtype, in ethnl_put_bitset() 816 int ethnl_put_bitset(struct sk_buff *skb, int attrtype, in ethnl_put_bitset()
|
| D | pause.c | 70 static int ethtool_put_stat(struct sk_buff *skb, u64 val, u16 attrtype, in ethtool_put_stat()
|
| D | netlink.h | 47 static inline int ethnl_put_strz(struct sk_buff *skb, u16 attrtype, in ethnl_put_strz()
|
| /kernel/linux/linux-4.19/net/802/ |
| D | garp.c | 265 static int garp_pdu_append_msg(struct garp_applicant *app, u8 attrtype) in garp_pdu_append_msg() 429 u8 attrtype) in garp_pdu_parse_attr()
|
| /kernel/linux/linux-5.10/net/802/ |
| D | garp.c | 275 static int garp_pdu_append_msg(struct garp_applicant *app, u8 attrtype) in garp_pdu_append_msg() 439 u8 attrtype) in garp_pdu_parse_attr()
|
| /kernel/linux/linux-4.19/net/batman-adv/ |
| D | netlink.c | 117 batadv_netlink_get_ifindex(const struct nlmsghdr *nlh, int attrtype) in batadv_netlink_get_ifindex()
|
| /kernel/linux/linux-5.10/net/ipv6/ |
| D | rpl_iptunnel.c | 302 static int nla_put_rpl_srh(struct sk_buff *skb, int attrtype, in nla_put_rpl_srh()
|