/kernel/linux/linux-6.6/drivers/infiniband/core/ |
H A D | addr.c | 155 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()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | mrp.h | 12 u8 attrtype; member
|
H A D | vxlan.h | 468 static inline void vxlan_flag_attr_error(int attrtype, in vxlan_flag_attr_error() argument 476 switch (attrtype) { in vxlan_flag_attr_error()
|
/kernel/linux/linux-6.6/include/net/ |
H A D | mrp.h | 16 u8 attrtype; member
|
H A D | vxlan.h | 527 static inline void vxlan_flag_attr_error(int attrtype, in vxlan_flag_attr_error() argument 535 switch (attrtype) { in vxlan_flag_attr_error()
|
/third_party/mesa3d/src/mesa/vbo/ |
H A D | vbo_save_api.c | 946 save->enabled, save->attrsz, save->attrtype, offsets); in compile_vertex_list() 1079 if (save->attrtype[i] == GL_DOUBLE || in copy_to_current() 1080 save->attrtype[i] == GL_UNSIGNED_INT64_ARB) in copy_to_current() 1084 save->attrptr[i], save->attrtype[i]); in copy_to_current() 1202 switch (save->attrtype[j]) { in upgrade_vertex() 1249 newType != save->attrtype[attr]) { in fixup_vertex() 1257 const fi_type *id = vbo_get_default_vals_as_union(save->attrtype[attr]); in fixup_vertex() 1331 save->attrtype[A] = T; \
|
H A D | vbo.h | 155 GLenum16 attrtype[VBO_ATTRIB_MAX]; /**< GL_FLOAT, GL_INT, etc */ member
|
/kernel/linux/linux-5.10/net/mpls/ |
H A D | internal.h | 193 int nla_put_labels(struct sk_buff *skb, int attrtype, u8 labels,
|
/kernel/linux/linux-6.6/net/mpls/ |
H A D | internal.h | 192 int nla_put_labels(struct sk_buff *skb, int attrtype, u8 labels,
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | seg6_iptunnel.c | 67 static int nla_put_srh(struct sk_buff *skb, int attrtype, in nla_put_srh() argument 76 nla = nla_reserve(skb, attrtype, len); in nla_put_srh()
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
H A D | pkcs7.rs | 230 attrtype: c_int, in PKCS7_add_signed_attribute()
|
/kernel/linux/linux-6.6/drivers/scsi/lpfc/ |
H A D | lpfc_ct.c | 2513 lpfc_fdmi_set_attr_u32(void *attr, uint16_t attrtype, uint32_t attrval) in lpfc_fdmi_set_attr_u32() argument 2518 ae->type = cpu_to_be16(attrtype); in lpfc_fdmi_set_attr_u32() 2526 lpfc_fdmi_set_attr_wwn(void *attr, uint16_t attrtype, struct lpfc_name *wwn) in lpfc_fdmi_set_attr_wwn() argument 2531 ae->type = cpu_to_be16(attrtype); in lpfc_fdmi_set_attr_wwn() 2541 lpfc_fdmi_set_attr_fullwwn(void *attr, uint16_t attrtype, in lpfc_fdmi_set_attr_fullwwn() argument 2549 ae->type = cpu_to_be16(attrtype); in lpfc_fdmi_set_attr_fullwwn() 2561 lpfc_fdmi_set_attr_string(void *attr, uint16_t attrtype, char *attrstring) in lpfc_fdmi_set_attr_string() argument 2579 ae->type = cpu_to_be16(attrtype); in lpfc_fdmi_set_attr_string() 2591 lpfc_fdmi_set_attr_fc4types(void *attr, uint16_t attrtype, uint32_t typemask) in lpfc_fdmi_set_attr_fc4types() argument 2596 ae->type = cpu_to_be16(attrtype); in lpfc_fdmi_set_attr_fc4types() [all...] |
/kernel/linux/linux-6.6/net/ethtool/ |
H A D | stats.c | 207 static int stat_put(struct sk_buff *skb, u16 attrtype, u64 val) in stat_put() argument 231 ret = nla_put_u64_64bit(skb, attrtype, val, -1 /* not used */); in stat_put()
|
H A D | netlink.c | 157 * @attrtype: attribute type to use for the nest 164 u16 attrtype) in ethnl_fill_reply_header() 170 nest = nla_nest_start(skb, attrtype); in ethnl_fill_reply_header() 163 ethnl_fill_reply_header(struct sk_buff *skb, struct net_device *dev, u16 attrtype) ethnl_fill_reply_header() argument
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | seg6_iptunnel.c | 70 static int nla_put_srh(struct sk_buff *skb, int attrtype, in nla_put_srh() argument 79 nla = nla_reserve(skb, attrtype, len); in nla_put_srh()
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | send.c | 623 #define TLV_PUT(sctx, attrtype, data, attrlen) \ 625 ret = tlv_put(sctx, attrtype, data, attrlen); \ 630 #define TLV_PUT_INT(sctx, attrtype, bits, value) \ 632 ret = tlv_put_u##bits(sctx, attrtype, value); \ 637 #define TLV_PUT_U8(sctx, attrtype, data) TLV_PUT_INT(sctx, attrtype, 8, data) 638 #define TLV_PUT_U16(sctx, attrtype, data) TLV_PUT_INT(sctx, attrtype, 16, data) 639 #define TLV_PUT_U32(sctx, attrtype, data) TLV_PUT_INT(sctx, attrtype, 3 [all...] |
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | send.c | 716 #define TLV_PUT(sctx, attrtype, data, attrlen) \ 718 ret = tlv_put(sctx, attrtype, data, attrlen); \ 723 #define TLV_PUT_INT(sctx, attrtype, bits, value) \ 725 ret = tlv_put_u##bits(sctx, attrtype, value); \ 730 #define TLV_PUT_U8(sctx, attrtype, data) TLV_PUT_INT(sctx, attrtype, 8, data) 731 #define TLV_PUT_U16(sctx, attrtype, data) TLV_PUT_INT(sctx, attrtype, 16, data) 732 #define TLV_PUT_U32(sctx, attrtype, data) TLV_PUT_INT(sctx, attrtype, 3 [all...] |
/kernel/linux/linux-5.10/net/core/ |
H A D | devlink.c | 5232 int attrtype; member 5273 int attrtype) in devlink_fmsg_nest_common() 5281 item->attrtype = attrtype; in devlink_fmsg_nest_common() 5331 item->attrtype = DEVLINK_ATTR_FMSG_OBJ_NAME; in devlink_fmsg_put_name() 5444 item->attrtype = DEVLINK_ATTR_FMSG_OBJ_VALUE_DATA; in devlink_fmsg_put_value() 5665 int attrtype = DEVLINK_ATTR_FMSG_OBJ_VALUE_DATA; in devlink_fmsg_item_fill_data() local 5673 return nla_put_u8(skb, attrtype, tmp); in devlink_fmsg_item_fill_data() 5675 return nla_put_u8(skb, attrtype, *(u8 *) msg->value); in devlink_fmsg_item_fill_data() 5677 return nla_put_u32(skb, attrtype, *(u3 in devlink_fmsg_item_fill_data() 5272 devlink_fmsg_nest_common(struct devlink_fmsg *fmsg, int attrtype) devlink_fmsg_nest_common() argument [all...] |
H A D | fib_rules.c | 253 static int nla_put_port_range(struct sk_buff *skb, int attrtype, in nla_put_port_range() argument 256 return nla_put(skb, attrtype, sizeof(*range), range); in nla_put_port_range()
|
/kernel/linux/linux-5.10/net/ethtool/ |
H A D | netlink.c | 119 * @attrtype: attribute type to use for the nest 126 u16 attrtype) in ethnl_fill_reply_header() 132 nest = nla_nest_start(skb, attrtype); in ethnl_fill_reply_header() 125 ethnl_fill_reply_header(struct sk_buff *skb, struct net_device *dev, u16 attrtype) ethnl_fill_reply_header() argument
|
/kernel/linux/linux-5.10/net/openvswitch/ |
H A D | flow_netlink.c | 2464 int attrtype, void *data, int len, bool log) in __add_action() 2472 a->nla_type = attrtype; in __add_action() 2482 int ovs_nla_add_action(struct sw_flow_actions **sfa, int attrtype, void *data, in ovs_nla_add_action() argument 2487 a = __add_action(sfa, attrtype, data, len, log); in ovs_nla_add_action() 2493 int attrtype, bool log) in add_nested_action_start() 2498 err = ovs_nla_add_action(sfa, attrtype, NULL, 0, log); in add_nested_action_start() 2463 __add_action(struct sw_flow_actions **sfa, int attrtype, void *data, int len, bool log) __add_action() argument 2492 add_nested_action_start(struct sw_flow_actions **sfa, int attrtype, bool log) add_nested_action_start() argument
|
/kernel/linux/linux-6.6/net/openvswitch/ |
H A D | flow_netlink.c | 2495 int attrtype, void *data, int len, bool log) in __add_action() 2503 a->nla_type = attrtype; in __add_action() 2513 int ovs_nla_add_action(struct sw_flow_actions **sfa, int attrtype, void *data, in ovs_nla_add_action() argument 2518 a = __add_action(sfa, attrtype, data, len, log); in ovs_nla_add_action() 2524 int attrtype, bool log) in add_nested_action_start() 2529 err = ovs_nla_add_action(sfa, attrtype, NULL, 0, log); in add_nested_action_start() 2494 __add_action(struct sw_flow_actions **sfa, int attrtype, void *data, int len, bool log) __add_action() argument 2523 add_nested_action_start(struct sw_flow_actions **sfa, int attrtype, bool log) add_nested_action_start() argument
|
/kernel/linux/linux-5.10/net/batman-adv/ |
H A D | netlink.c | 158 * @attrtype: Attribute which holds an interface index 163 batadv_netlink_get_ifindex(const struct nlmsghdr *nlh, int attrtype) in batadv_netlink_get_ifindex() argument 165 struct nlattr *attr = nlmsg_find_attr(nlh, GENL_HDRLEN, attrtype); in batadv_netlink_get_ifindex()
|
/kernel/linux/linux-6.6/net/batman-adv/ |
H A D | netlink.c | 159 * @attrtype: Attribute which holds an interface index 164 batadv_netlink_get_ifindex(const struct nlmsghdr *nlh, int attrtype) in batadv_netlink_get_ifindex() argument 166 struct nlattr *attr = nlmsg_find_attr(nlh, GENL_HDRLEN, attrtype); in batadv_netlink_get_ifindex()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | fib_rules.c | 253 static int nla_put_port_range(struct sk_buff *skb, int attrtype, in nla_put_port_range() argument 256 return nla_put(skb, attrtype, sizeof(*range), range); in nla_put_port_range()
|