Home
last modified time | relevance | path

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

12

/linux-6.12.1/include/net/
Dnetlink.h836 int hdrlen, int attrtype) in nlmsg_find_attr()
1295 nla_find_nested(const struct nlattr *nla, int attrtype) in nla_find_nested()
1349 static inline int nla_put_u8(struct sk_buff *skb, int attrtype, u8 value) in nla_put_u8()
1363 static inline int nla_put_u16(struct sk_buff *skb, int attrtype, u16 value) in nla_put_u16()
1376 static inline int nla_put_be16(struct sk_buff *skb, int attrtype, __be16 value) in nla_put_be16()
1389 static inline int nla_put_net16(struct sk_buff *skb, int attrtype, __be16 value) in nla_put_net16()
1402 static inline int nla_put_le16(struct sk_buff *skb, int attrtype, __le16 value) in nla_put_le16()
1415 static inline int nla_put_u32(struct sk_buff *skb, int attrtype, u32 value) in nla_put_u32()
1428 static inline int nla_put_uint(struct sk_buff *skb, int attrtype, u64 value) in nla_put_uint()
1444 static inline int nla_put_be32(struct sk_buff *skb, int attrtype, __be32 value) in nla_put_be32()
[all …]
Dife.h33 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()
Dgarp.h17 u8 attrtype; member
Dmrp.h16 u8 attrtype; member
/linux-6.12.1/drivers/net/ethernet/rocker/
Drocker_tlv.h139 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()
Drocker_tlv.c33 int attrtype, int attrlen, const void *data) in rocker_tlv_put()
/linux-6.12.1/lib/
Dnlattr.c745 struct nlattr *nla_find(const struct nlattr *head, int len, int attrtype) in nla_find()
902 struct nlattr *__nla_reserve(struct sk_buff *skb, int attrtype, int attrlen) in __nla_reserve()
930 struct nlattr *__nla_reserve_64bit(struct sk_buff *skb, int attrtype, in __nla_reserve_64bit()
967 struct nlattr *nla_reserve(struct sk_buff *skb, int attrtype, int attrlen) in nla_reserve()
990 struct nlattr *nla_reserve_64bit(struct sk_buff *skb, int attrtype, int attrlen, in nla_reserve_64bit()
1035 void __nla_put(struct sk_buff *skb, int attrtype, int attrlen, in __nla_put()
1056 void __nla_put_64bit(struct sk_buff *skb, int attrtype, int attrlen, in __nla_put_64bit()
1094 int nla_put(struct sk_buff *skb, int attrtype, int attrlen, const void *data) in nla_put()
1115 int nla_put_64bit(struct sk_buff *skb, int attrtype, int attrlen, in nla_put_64bit()
/linux-6.12.1/net/ife/
Dife.c127 void *ife_tlv_meta_decode(void *skbdata, const void *ifehdr_end, u16 *attrtype, in ife_tlv_meta_decode()
159 int ife_tlv_meta_encode(void *skbdata, u16 attrtype, u16 dlen, const void *dval) in ife_tlv_meta_encode()
/linux-6.12.1/net/core/
Dsock_diag.c66 int sock_diag_put_meminfo(struct sock *sk, struct sk_buff *skb, int attrtype) in sock_diag_put_meminfo()
77 struct sk_buff *skb, int attrtype) in sock_diag_put_filterinfo()
/linux-6.12.1/drivers/block/drbd/
Ddrbd_nla.c44 struct nlattr *drbd_nla_find_nested(int maxtype, struct nlattr *nla, int attrtype) in drbd_nla_find_nested()
/linux-6.12.1/net/ethtool/
Dbitset.c232 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()
Dtsinfo.c99 static int tsinfo_put_stat(struct sk_buff *skb, u64 val, u16 attrtype) in tsinfo_put_stat()
Dpause.c106 static int ethtool_put_stat(struct sk_buff *skb, u64 val, u16 attrtype, in ethtool_put_stat()
Dmm.c84 static int mm_put_stat(struct sk_buff *skb, u64 val, u16 attrtype) in mm_put_stat()
Dnetlink.h48 static inline int ethnl_put_strz(struct sk_buff *skb, u16 attrtype, in ethnl_put_strz()
Dstats.c207 static int stat_put(struct sk_buff *skb, u16 attrtype, u64 val) in stat_put()
/linux-6.12.1/net/802/
Dgarp.c276 static int garp_pdu_append_msg(struct garp_applicant *app, u8 attrtype) in garp_pdu_append_msg()
440 u8 attrtype) in garp_pdu_parse_attr()
Dmrp.c369 u8 attrtype, u8 attrlen) in mrp_pdu_append_msg_hdr()
/linux-6.12.1/net/devlink/
Dhealth.c14 int attrtype; member
683 static void devlink_fmsg_nest_common(struct devlink_fmsg *fmsg, int attrtype) in devlink_fmsg_nest_common()
952 int attrtype = DEVLINK_ATTR_FMSG_OBJ_VALUE_DATA; in devlink_fmsg_item_fill_data() local
Dnetlink.c134 struct devlink *devlink, int attrtype) in devlink_nl_put_nested_handle()
Dcore.c218 u32 rel_index, int attrtype, in devlink_rel_devlink_handle_put()
/linux-6.12.1/drivers/scsi/lpfc/
Dlpfc_ct.c2501 lpfc_fdmi_set_attr_u32(void *attr, uint16_t attrtype, uint32_t attrval) in lpfc_fdmi_set_attr_u32()
2514 lpfc_fdmi_set_attr_wwn(void *attr, uint16_t attrtype, struct lpfc_name *wwn) in lpfc_fdmi_set_attr_wwn()
2529 lpfc_fdmi_set_attr_fullwwn(void *attr, uint16_t attrtype, in lpfc_fdmi_set_attr_fullwwn()
2549 lpfc_fdmi_set_attr_string(void *attr, uint16_t attrtype, char *attrstring) in lpfc_fdmi_set_attr_string()
2579 lpfc_fdmi_set_attr_fc4types(void *attr, uint16_t attrtype, uint32_t typemask) in lpfc_fdmi_set_attr_fc4types()
/linux-6.12.1/net/ipv6/
Drpl_iptunnel.c296 static int nla_put_rpl_srh(struct sk_buff *skb, int attrtype, in nla_put_rpl_srh()
Dseg6_iptunnel.c70 static int nla_put_srh(struct sk_buff *skb, int attrtype, in nla_put_srh()
/linux-6.12.1/fs/btrfs/
Dsend.c716 #define TLV_PUT(sctx, attrtype, data, attrlen) \ argument
723 #define TLV_PUT_INT(sctx, attrtype, bits, value) \ argument
730 #define TLV_PUT_U8(sctx, attrtype, data) TLV_PUT_INT(sctx, attrtype, 8, data) argument
731 #define TLV_PUT_U16(sctx, attrtype, data) TLV_PUT_INT(sctx, attrtype, 16, data) argument
732 #define TLV_PUT_U32(sctx, attrtype, data) TLV_PUT_INT(sctx, attrtype, 32, data) argument
733 #define TLV_PUT_U64(sctx, attrtype, data) TLV_PUT_INT(sctx, attrtype, 64, data) argument
734 #define TLV_PUT_STRING(sctx, attrtype, str, len) \ argument
740 #define TLV_PUT_PATH(sctx, attrtype, p) \ argument
747 #define TLV_PUT_UUID(sctx, attrtype, uuid) \ argument
753 #define TLV_PUT_BTRFS_TIMESPEC(sctx, attrtype, eb, ts) \ argument

12