Home
last modified time | relevance | path

Searched defs:attrtype (Results 1 – 25 of 30) 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/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 vxlan_flag_attr_error(int attrtype,struct netlink_ext_ack * extack) vxlan_flag_attr_error() argument
/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() argument
159 int ife_tlv_meta_encode(void *skbdata, u16 attrtype, u16 dlen, const void *dval) in ife_tlv_meta_encode() argument
/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()
H A Dnetlink.h51 ethnl_put_strz(struct sk_buff * skb,u16 attrtype,const char * s) 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() argument
H A Dtsinfo.c183 tsinfo_put_stat(struct sk_buff * skb,u64 val,u16 attrtype) tsinfo_put_stat() argument
H A Dnetlink.c258 ethnl_fill_reply_header(struct sk_buff * skb,struct net_device * dev,u16 attrtype) ethnl_fill_reply_header() argument
/linux/net/802/
H A Dgarp.c276 static int garp_pdu_append_msg(struct garp_applicant *app, u8 attrtype) in garp_pdu_append_msg() argument
440 u8 attrtype) in garp_pdu_parse_attr() argument
[all...]
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
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/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() argument
/linux/net/bridge/
H A Dbr_netlink.c931 br_set_port_flag(struct net_bridge_port * p,struct nlattr * tb[],int attrtype,unsigned long mask) br_set_port_flag() argument
/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()
H A Dgeneve.c1902 int attrtype; geneve_nl2info() local
[all...]
/linux/net/sched/
H A Dsch_taprio.c2317 taprio_put_stat(struct sk_buff * skb,u64 val,u16 attrtype) taprio_put_stat() argument

12