Home
last modified time | relevance | path

Searched defs:attrtype (Results 1 – 22 of 22) 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
H A Dvxlan.h533 static inline void vxlan_flag_attr_error(int attrtype, in vxlan_flag_attr_error()
/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/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/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
/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.c73 static int nla_put_srh(struct sk_buff *skb, int attrtype, in nla_put_srh()
H A Daddrconf.c5793 static void snmp6_fill_stats(u64 *stats, struct inet6_dev *idev, int attrtype, in snmp6_fill_stats()
/linux/net/ethtool/
H A Dmm.c85 static int mm_put_stat(struct sk_buff *skb, u64 val, u16 attrtype) in mm_put_stat()
/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/net/core/
H A Dfib_rules.c254 static int nla_put_port_range(struct sk_buff *skb, int attrtype, in nla_put_port_range()
/linux/net/sched/
H A Dsch_taprio.c2313 taprio_put_stat(struct sk_buff * skb,u64 val,u16 attrtype) taprio_put_stat() argument
/linux/net/mpls/
H A Daf_mpls.c1743 int nla_put_labels(struct sk_buff *skb, int attrtype, in nla_put_labels()
/linux/net/netfilter/
H A Dnf_conntrack_netlink.c153 static int ctnetlink_dump_zone_id(struct sk_buff *skb, int attrtype, in ctnetlink_dump_zone_id()
/linux/drivers/net/vxlan/
H A Dvxlan_core.c4027 int attrtype, unsigned long mask, bool changelink, in vxlan_nl2flag()
/linux/net/wireless/
H A Dnl80211.c1360 nl80211_put_txq_stats(struct sk_buff * msg,struct cfg80211_txq_stats * txqstats,int attrtype) nl80211_put_txq_stats() argument