Home
last modified time | relevance | path

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

12

/linux/drivers/net/ethernet/rocker/
H A 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()
H A Drocker_tlv.c33 int attrtype, int attrlen, const void *data) in rocker_tlv_put()
/linux/include/net/
H A Dnetlink.h840 nlmsg_find_attr(const struct nlmsghdr * nlh,int hdrlen,int attrtype) nlmsg_find_attr() argument
1299 nla_find_nested(const struct nlattr * nla,int attrtype) nla_find_nested() argument
1353 nla_put_u8(struct sk_buff * skb,int attrtype,u8 value) nla_put_u8() argument
1367 nla_put_u16(struct sk_buff * skb,int attrtype,u16 value) nla_put_u16() argument
1380 nla_put_be16(struct sk_buff * skb,int attrtype,__be16 value) nla_put_be16() argument
1393 nla_put_net16(struct sk_buff * skb,int attrtype,__be16 value) nla_put_net16() argument
1406 nla_put_le16(struct sk_buff * skb,int attrtype,__le16 value) nla_put_le16() argument
1419 nla_put_u32(struct sk_buff * skb,int attrtype,u32 value) nla_put_u32() argument
1432 nla_put_uint(struct sk_buff * skb,int attrtype,u64 value) nla_put_uint() argument
1448 nla_put_be32(struct sk_buff * skb,int attrtype,__be32 value) nla_put_be32() argument
1461 nla_put_net32(struct sk_buff * skb,int attrtype,__be32 value) nla_put_net32() argument
1474 nla_put_le32(struct sk_buff * skb,int attrtype,__le32 value) nla_put_le32() argument
1488 nla_put_u64_64bit(struct sk_buff * skb,int attrtype,u64 value,int padattr) nla_put_u64_64bit() argument
1503 nla_put_be64(struct sk_buff * skb,int attrtype,__be64 value,int padattr) nla_put_be64() argument
1518 nla_put_net64(struct sk_buff * skb,int attrtype,__be64 value,int padattr) nla_put_net64() argument
1534 nla_put_le64(struct sk_buff * skb,int attrtype,__le64 value,int padattr) nla_put_le64() argument
1548 nla_put_s8(struct sk_buff * skb,int attrtype,s8 value) nla_put_s8() argument
1561 nla_put_s16(struct sk_buff * skb,int attrtype,s16 value) nla_put_s16() argument
1574 nla_put_s32(struct sk_buff * skb,int attrtype,s32 value) nla_put_s32() argument
1588 nla_put_s64(struct sk_buff * skb,int attrtype,s64 value,int padattr) nla_put_s64() argument
1602 nla_put_sint(struct sk_buff * skb,int attrtype,s64 value) nla_put_sint() argument
1618 nla_put_string(struct sk_buff * skb,int attrtype,const char * str) nla_put_string() argument
1629 nla_put_flag(struct sk_buff * skb,int attrtype) nla_put_flag() argument
1641 nla_put_msecs(struct sk_buff * skb,int attrtype,unsigned long njiffies,int padattr) nla_put_msecs() argument
1656 nla_put_in_addr(struct sk_buff * skb,int attrtype,__be32 addr) nla_put_in_addr() argument
1671 nla_put_in6_addr(struct sk_buff * skb,int attrtype,const struct in6_addr * addr) nla_put_in6_addr() argument
1684 nla_put_bitfield32(struct sk_buff * skb,int attrtype,__u32 value,__u32 selector) nla_put_bitfield32() argument
2190 nla_nest_start_noflag(struct sk_buff * skb,int attrtype) nla_nest_start_noflag() argument
2210 nla_nest_start(struct sk_buff * skb,int attrtype) nla_nest_start() argument
2253 nla_put_empty_nest(struct sk_buff * skb,int attrtype) nla_put_empty_nest() argument
[all...]
H A 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()
H A Dgarp.h17 u8 attrtype; member
H A Dmrp.h16 u8 attrtype; member
/linux/lib/
H A 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/net/ife/
H A 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/net/core/
H A Dsock_diag.c66 int sock_diag_put_meminfo(struct sock *sk, struct sk_buff *skb, int attrtype) in sock_diag_put_meminfo() argument
77 struct sk_buff *skb, int attrtype) in sock_diag_put_filterinfo() argument
/linux/drivers/block/drbd/
H A Ddrbd_nla.c44 struct nlattr *drbd_nla_find_nested(int maxtype, struct nlattr *nla, int attrtype) in drbd_nla_find_nested()
/linux/net/ethtool/
H A Dbitset.c232 int ethnl_put_bitset32(struct sk_buff *skb, int attrtype, const u32 *val, in ethnl_put_bitset32()
774 int ethnl_put_bitset(struct sk_buff *skb, int attrtype, in ethnl_put_bitset()
856 int ethnl_put_bitset(struct sk_buff *skb, int attrtype, in ethnl_put_bitset()
H A Dpause.c106 static int ethtool_put_stat(struct sk_buff *skb, u64 val, u16 attrtype, in ethtool_put_stat()
H A Dnetlink.h48 static inline int ethnl_put_strz(struct sk_buff *skb, u16 attrtype, in ethnl_put_strz() argument
H A Dmm.c85 static int mm_put_stat(struct sk_buff *skb, u64 val, u16 attrtype) in mm_put_stat()
H A Dtsinfo.c170 tsinfo_put_stat(struct sk_buff * skb,u64 val,u16 attrtype) tsinfo_put_stat() argument
H A Dstats.c240 static int stat_put(struct sk_buff *skb, u16 attrtype, u64 val) in stat_put()
/linux/net/802/
H A 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()
H A Dmrp.c369 u8 attrtype, u8 attrlen) in mrp_pdu_append_msg_hdr()
/linux/drivers/scsi/lpfc/
H A Dlpfc_ct.c2502 lpfc_fdmi_set_attr_u32(void *attr, uint16_t attrtype, uint32_t attrval) in lpfc_fdmi_set_attr_u32()
2515 lpfc_fdmi_set_attr_wwn(void *attr, uint16_t attrtype, struct lpfc_name *wwn) in lpfc_fdmi_set_attr_wwn()
2530 lpfc_fdmi_set_attr_fullwwn(void *attr, uint16_t attrtype, in lpfc_fdmi_set_attr_fullwwn()
2550 lpfc_fdmi_set_attr_string(void *attr, uint16_t attrtype, char *attrstring) in lpfc_fdmi_set_attr_string()
2580 lpfc_fdmi_set_attr_fc4types(void *attr, uint16_t attrtype, uint32_t typemask) in lpfc_fdmi_set_attr_fc4types()
/linux/net/ipv6/
H A Drpl_iptunnel.c315 static int nla_put_rpl_srh(struct sk_buff *skb, int attrtype, in nla_put_rpl_srh()
H A Dseg6_iptunnel.c70 static int nla_put_srh(struct sk_buff *skb, int attrtype, in nla_put_srh()
/linux/net/devlink/
H A Dnetlink.c134 struct devlink *devlink, int attrtype) in devlink_nl_put_nested_handle()
H A Dcore.c218 u32 rel_index, int attrtype, in devlink_rel_devlink_handle_put()
/linux/net/openvswitch/
H A Dflow_netlink.c2495 int attrtype, void *data, int len, bool log) in __add_action()
2513 int ovs_nla_add_action(struct sw_flow_actions **sfa, int attrtype, void *data, in ovs_nla_add_action()
2524 int attrtype, bool log) in add_nested_action_start()
/linux/net/batman-adv/
H A Dnetlink.c161 static int batadv_netlink_get_ifindex(const struct nlmsghdr *nlh, int attrtype) in batadv_netlink_get_ifindex()

12