Home
last modified time | relevance | path

Searched refs:attrtype (Results 1 – 25 of 44) sorted by relevance

12

/Linux-v6.6/include/net/
Dnetlink.h520 struct nlattr *nla_find(const struct nlattr *head, int len, int attrtype);
526 struct nlattr *__nla_reserve(struct sk_buff *skb, int attrtype, int attrlen);
527 struct nlattr *__nla_reserve_64bit(struct sk_buff *skb, int attrtype,
530 struct nlattr *nla_reserve(struct sk_buff *skb, int attrtype, int attrlen);
531 struct nlattr *nla_reserve_64bit(struct sk_buff *skb, int attrtype,
534 void __nla_put(struct sk_buff *skb, int attrtype, int attrlen,
536 void __nla_put_64bit(struct sk_buff *skb, int attrtype, int attrlen,
539 int nla_put(struct sk_buff *skb, int attrtype, int attrlen, const void *data);
540 int nla_put_64bit(struct sk_buff *skb, int attrtype, int attrlen,
820 int hdrlen, int attrtype) in nlmsg_find_attr() argument
[all …]
Dife.h14 void *ife_tlv_meta_decode(void *skbdata, const void *ifehdr_end, u16 *attrtype,
16 int ife_tlv_meta_encode(void *skbdata, u16 attrtype, u16 dlen,
33 static inline void *ife_tlv_meta_decode(void *skbdata, u16 *attrtype, u16 *dlen, in ife_tlv_meta_decode() argument
39 static inline int ife_tlv_meta_encode(void *skbdata, u16 attrtype, u16 dlen, in ife_tlv_meta_encode() argument
Dgarp.h17 u8 attrtype; member
Dmrp.h16 u8 attrtype; member
/Linux-v6.6/drivers/net/ethernet/rocker/
Drocker_tlv.h136 int attrtype, int attrlen, const void *data);
139 rocker_tlv_put_u8(struct rocker_desc_info *desc_info, int attrtype, u8 value) in rocker_tlv_put_u8() argument
143 return rocker_tlv_put(desc_info, attrtype, sizeof(u8), &tmp); 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() argument
151 return rocker_tlv_put(desc_info, attrtype, sizeof(u16), &tmp); 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() argument
159 return rocker_tlv_put(desc_info, attrtype, sizeof(__be16), &tmp); 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() argument
167 return rocker_tlv_put(desc_info, attrtype, sizeof(u32), &tmp); 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() argument
[all …]
Drocker_tlv.c33 int attrtype, int attrlen, const void *data) in rocker_tlv_put() argument
44 tlv->type = attrtype; in rocker_tlv_put()
/Linux-v6.6/lib/
Dnlattr.c719 struct nlattr *nla_find(const struct nlattr *head, int len, int attrtype) in nla_find() argument
725 if (nla_type(nla) == attrtype) in nla_find()
876 struct nlattr *__nla_reserve(struct sk_buff *skb, int attrtype, int attrlen) in __nla_reserve() argument
881 nla->nla_type = attrtype; in __nla_reserve()
904 struct nlattr *__nla_reserve_64bit(struct sk_buff *skb, int attrtype, in __nla_reserve_64bit() argument
909 return __nla_reserve(skb, attrtype, attrlen); in __nla_reserve_64bit()
941 struct nlattr *nla_reserve(struct sk_buff *skb, int attrtype, int attrlen) in nla_reserve() argument
946 return __nla_reserve(skb, attrtype, attrlen); in nla_reserve()
964 struct nlattr *nla_reserve_64bit(struct sk_buff *skb, int attrtype, int attrlen, in nla_reserve_64bit() argument
976 return __nla_reserve_64bit(skb, attrtype, attrlen, padattr); in nla_reserve_64bit()
[all …]
/Linux-v6.6/net/ife/
Dife.c126 void *ife_tlv_meta_decode(void *skbdata, const void *ifehdr_end, u16 *attrtype, in ife_tlv_meta_decode() argument
136 *attrtype = ntohs(tlv->type); in ife_tlv_meta_decode()
158 int ife_tlv_meta_encode(void *skbdata, u16 attrtype, u16 dlen, const void *dval) in ife_tlv_meta_encode() argument
163 u32 htlv = attrtype << 16 | (dlen + NLA_HDRLEN); in ife_tlv_meta_encode()
/Linux-v6.6/net/devlink/
Dhealth.c14 int attrtype; member
674 int attrtype) in devlink_fmsg_nest_common() argument
682 item->attrtype = attrtype; in devlink_fmsg_nest_common()
732 item->attrtype = DEVLINK_ATTR_FMSG_OBJ_NAME; in devlink_fmsg_put_name()
845 item->attrtype = DEVLINK_ATTR_FMSG_OBJ_VALUE_DATA; in devlink_fmsg_put_value()
1063 int attrtype = DEVLINK_ATTR_FMSG_OBJ_VALUE_DATA; in devlink_fmsg_item_fill_data() local
1071 return nla_put_u8(skb, attrtype, tmp); in devlink_fmsg_item_fill_data()
1073 return nla_put_u8(skb, attrtype, *(u8 *)msg->value); in devlink_fmsg_item_fill_data()
1075 return nla_put_u32(skb, attrtype, *(u32 *)msg->value); in devlink_fmsg_item_fill_data()
1077 return nla_put_u64_64bit(skb, attrtype, *(u64 *)msg->value, in devlink_fmsg_item_fill_data()
[all …]
/Linux-v6.6/net/core/
Dsock_diag.c65 int sock_diag_put_meminfo(struct sock *sk, struct sk_buff *skb, int attrtype) in sock_diag_put_meminfo() argument
71 return nla_put(skb, attrtype, sizeof(mem), &mem); in sock_diag_put_meminfo()
76 struct sk_buff *skb, int attrtype) in sock_diag_put_filterinfo() argument
85 nla_reserve(skb, attrtype, 0); in sock_diag_put_filterinfo()
100 attr = nla_reserve(skb, attrtype, flen); in sock_diag_put_filterinfo()
/Linux-v6.6/drivers/block/drbd/
Ddrbd_nla.c44 struct nlattr *drbd_nla_find_nested(int maxtype, struct nlattr *nla, int attrtype) in drbd_nla_find_nested() argument
55 return nla_find_nested(nla, attrtype); in drbd_nla_find_nested()
Ddrbd_nla.h7 extern struct nlattr *drbd_nla_find_nested(int maxtype, struct nlattr *nla, int attrtype);
/Linux-v6.6/net/ethtool/
Dbitset.h16 int ethnl_put_bitset(struct sk_buff *skb, int attrtype,
20 int ethnl_put_bitset32(struct sk_buff *skb, int attrtype, const u32 *val,
Dbitset.c232 int ethnl_put_bitset32(struct sk_buff *skb, int attrtype, const u32 *val, in ethnl_put_bitset32() argument
239 nest = nla_nest_start(skb, attrtype); in ethnl_put_bitset32()
734 int ethnl_put_bitset(struct sk_buff *skb, int attrtype, in ethnl_put_bitset() argument
762 ret = ethnl_put_bitset32(skb, attrtype, val32, mask32, nbits, names, in ethnl_put_bitset()
816 int ethnl_put_bitset(struct sk_buff *skb, int attrtype, in ethnl_put_bitset() argument
821 return ethnl_put_bitset32(skb, attrtype, (const u32 *)val, in ethnl_put_bitset()
Dnetlink.h18 u16 attrtype);
47 static inline int ethnl_put_strz(struct sk_buff *skb, u16 attrtype, in ethnl_put_strz() argument
53 attr = nla_reserve(skb, attrtype, len + 1); in ethnl_put_strz()
Dpause.c106 static int ethtool_put_stat(struct sk_buff *skb, u64 val, u16 attrtype, in ethtool_put_stat() argument
111 if (nla_put_u64_64bit(skb, attrtype, val, padtype)) in ethtool_put_stat()
Dmm.c84 static int mm_put_stat(struct sk_buff *skb, u64 val, u16 attrtype) in mm_put_stat() argument
88 if (nla_put_u64_64bit(skb, attrtype, val, ETHTOOL_A_MM_STAT_PAD)) in mm_put_stat()
/Linux-v6.6/net/802/
Dgarp.c275 static int garp_pdu_append_msg(struct garp_applicant *app, u8 attrtype) in garp_pdu_append_msg() argument
282 gm->attrtype = attrtype; in garp_pdu_append_msg()
283 garp_cb(app->pdu)->cur_type = attrtype; in garp_pdu_append_msg()
439 u8 attrtype) in garp_pdu_parse_attr() argument
457 if (attrtype > app->app->maxattr) in garp_pdu_parse_attr()
484 attr = garp_attr_lookup(app, ga->data, dlen, attrtype); in garp_pdu_parse_attr()
498 if (gm->attrtype == 0) in garp_pdu_parse_msg()
503 if (garp_pdu_parse_attr(app, skb, gm->attrtype) < 0) in garp_pdu_parse_msg()
Dmrp.c368 u8 attrtype, u8 attrlen) in mrp_pdu_append_msg_hdr() argument
382 mh->attrtype = attrtype; in mrp_pdu_append_msg_hdr()
422 mrp_cb(app->pdu)->mh->attrtype != attr->type || in mrp_pdu_append_vecattr_event()
656 mrp_cb(skb)->mh->attrtype); in mrp_pdu_parse_vecattr_event()
769 if (mrp_cb(skb)->mh->attrtype == 0 || in mrp_pdu_parse_msg()
770 mrp_cb(skb)->mh->attrtype > app->app->maxattr || in mrp_pdu_parse_msg()
/Linux-v6.6/net/batman-adv/
Dnetlink.h18 int batadv_netlink_get_ifindex(const struct nlmsghdr *nlh, int attrtype);
/Linux-v6.6/include/linux/
Dgenl_magic_struct.h64 static inline int nla_put_u64_0pad(struct sk_buff *skb, int attrtype, u64 value) in nla_put_u64_0pad() argument
66 return nla_put_64bit(skb, attrtype, sizeof(u64), &value, 0); in nla_put_u64_0pad()
Dsock_diag.h46 struct sk_buff *skb, int attrtype);
/Linux-v6.6/drivers/net/
Dgeneve.c1446 int attrtype; in geneve_nl2info() local
1456 attrtype = IFLA_GENEVE_REMOTE; in geneve_nl2info()
1473 attrtype = IFLA_GENEVE_REMOTE6; in geneve_nl2info()
1513 attrtype = IFLA_GENEVE_ID; in geneve_nl2info()
1547 attrtype = IFLA_GENEVE_PORT; in geneve_nl2info()
1555 attrtype = IFLA_GENEVE_COLLECT_METADATA; in geneve_nl2info()
1563 attrtype = IFLA_GENEVE_UDP_CSUM; in geneve_nl2info()
1573 attrtype = IFLA_GENEVE_UDP_ZERO_CSUM6_TX; in geneve_nl2info()
1588 attrtype = IFLA_GENEVE_UDP_ZERO_CSUM6_RX; in geneve_nl2info()
1602 attrtype = IFLA_GENEVE_INNER_PROTO_INHERIT; in geneve_nl2info()
[all …]
/Linux-v6.6/net/openvswitch/
Dflow_netlink.h60 int ovs_nla_add_action(struct sw_flow_actions **sfa, int attrtype,
/Linux-v6.6/drivers/infiniband/core/
Daddr.c155 int attrtype; in ib_nl_ip_send_msg() local
160 attrtype = RDMA_NLA_F_MANDATORY | LS_NLA_TYPE_IPV4; in ib_nl_ip_send_msg()
163 attrtype = RDMA_NLA_F_MANDATORY | LS_NLA_TYPE_IPV6; in ib_nl_ip_send_msg()
183 nla_put(skb, attrtype, size, daddr); in ib_nl_ip_send_msg()

12