Home
last modified time | relevance | path

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

/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/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/include/net/
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/net/ethtool/
H A Dbitset.c233 int ethnl_put_bitset32(struct sk_buff *skb, int attrtype, const u32 *val, in ethnl_put_bitset32()
775 int ethnl_put_bitset(struct sk_buff *skb, int attrtype, in ethnl_put_bitset()
857 int ethnl_put_bitset(struct sk_buff *skb, int attrtype, in ethnl_put_bitset()
/linux/net/devlink/
H A Dhealth.c14 int attrtype; member
734 static void devlink_fmsg_nest_common(struct devlink_fmsg *fmsg, int attrtype) in devlink_fmsg_nest_common()
992 int attrtype = DEVLINK_ATTR_FMSG_OBJ_VALUE_DATA; in devlink_fmsg_item_fill_data() local
H A Dcore.c216 u32 rel_index, int attrtype, in devlink_rel_devlink_handle_put()
/linux/net/ipv6/
H A Drpl_iptunnel.c324 static int nla_put_rpl_srh(struct sk_buff *skb, int attrtype, in nla_put_rpl_srh()
H A Dseg6_iptunnel.c73 static int nla_put_srh(struct sk_buff *skb, int attrtype, in nla_put_srh()
/linux/net/802/
H A Dmrp.c369 u8 attrtype, u8 attrlen) in mrp_pdu_append_msg_hdr()
/linux/net/openvswitch/
H A Dflow_netlink.c2458 int attrtype, void *data, int len, bool log) in __add_action()
2476 int ovs_nla_add_action(struct sw_flow_actions **sfa, int attrtype, void *data, in ovs_nla_add_action()
2487 int attrtype, bool log) in add_nested_action_start()
/linux/drivers/net/
H A Dmacsec.c1555 static int nla_put_sci(struct sk_buff *skb, int attrtype, sci_t value, in nla_put_sci()
1566 static int nla_put_ssci(struct sk_buff *skb, int attrtype, ssci_t value) in nla_put_ssci()
/linux/net/sched/
H A Dsch_taprio.c2317 taprio_put_stat(struct sk_buff * skb,u64 val,u16 attrtype) taprio_put_stat() argument
/linux/net/wireless/
H A Dnl80211.c1508 nl80211_put_txq_stats(struct sk_buff * msg,struct cfg80211_txq_stats * txqstats,int attrtype) nl80211_put_txq_stats() argument