Home
last modified time | relevance | path

Searched refs:attrtype (Results 76 - 100 of 149) sorted by relevance

123456

/kernel/linux/linux-5.10/net/bridge/
H A Dbr_netlink.c757 int attrtype, unsigned long mask) in br_set_port_flag()
762 if (!tb[attrtype]) in br_set_port_flag()
765 if (nla_get_u8(tb[attrtype])) in br_set_port_flag()
756 br_set_port_flag(struct net_bridge_port *p, struct nlattr *tb[], int attrtype, unsigned long mask) br_set_port_flag() argument
/kernel/linux/linux-6.6/net/bridge/
H A Dbr_netlink.c930 int attrtype, unsigned long mask) in br_set_port_flag()
932 if (!tb[attrtype]) in br_set_port_flag()
935 if (nla_get_u8(tb[attrtype])) in br_set_port_flag()
929 br_set_port_flag(struct net_bridge_port *p, struct nlattr *tb[], int attrtype, unsigned long mask) br_set_port_flag() argument
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Dx509.rs743 attrtype: c_int, in X509_ATTRIBUTE_set1_data()
/kernel/linux/linux-5.10/drivers/net/vxlan/
H A Dvxlan_core.c3940 int attrtype, unsigned long mask, bool changelink, in vxlan_nl2flag()
3946 if (!tb[attrtype]) in vxlan_nl2flag()
3950 vxlan_flag_attr_error(attrtype, extack); in vxlan_nl2flag()
3954 if (vxlan_policy[attrtype].type == NLA_FLAG) in vxlan_nl2flag()
3956 else if (nla_get_u8(tb[attrtype])) in vxlan_nl2flag()
3939 vxlan_nl2flag(struct vxlan_config *conf, struct nlattr *tb[], int attrtype, unsigned long mask, bool changelink, bool changelink_supported, struct netlink_ext_ack *extack) vxlan_nl2flag() argument
/kernel/linux/linux-6.6/drivers/net/vxlan/
H A Dvxlan_core.c3888 int attrtype, unsigned long mask, bool changelink, in vxlan_nl2flag()
3894 if (!tb[attrtype]) in vxlan_nl2flag()
3898 vxlan_flag_attr_error(attrtype, extack); in vxlan_nl2flag()
3902 if (vxlan_policy[attrtype].type == NLA_FLAG) in vxlan_nl2flag()
3904 else if (nla_get_u8(tb[attrtype])) in vxlan_nl2flag()
3887 vxlan_nl2flag(struct vxlan_config *conf, struct nlattr *tb[], int attrtype, unsigned long mask, bool changelink, bool changelink_supported, struct netlink_ext_ack *extack) vxlan_nl2flag() argument
/kernel/linux/linux-5.10/drivers/net/
H A Dmacsec.c1525 static int nla_put_sci(struct sk_buff *skb, int attrtype, sci_t value, in nla_put_sci() argument
1528 return nla_put_u64_64bit(skb, attrtype, (__force u64)value, padattr); in nla_put_sci()
1536 static int nla_put_ssci(struct sk_buff *skb, int attrtype, ssci_t value) in nla_put_ssci() argument
1538 return nla_put_u32(skb, attrtype, (__force u64)value); in nla_put_ssci()
/kernel/linux/linux-6.6/drivers/net/
H A Dmacsec.c1508 static int nla_put_sci(struct sk_buff *skb, int attrtype, sci_t value, in nla_put_sci() argument
1511 return nla_put_u64_64bit(skb, attrtype, (__force u64)value, padattr); in nla_put_sci()
1519 static int nla_put_ssci(struct sk_buff *skb, int attrtype, ssci_t value) in nla_put_ssci() argument
1521 return nla_put_u32(skb, attrtype, (__force u64)value); in nla_put_ssci()
/kernel/linux/linux-5.10/net/mpls/
H A Daf_mpls.c1707 int nla_put_labels(struct sk_buff *skb, int attrtype, in nla_put_labels() argument
1714 nla = nla_reserve(skb, attrtype, labels*4); in nla_put_labels()
/kernel/linux/linux-6.6/net/sched/
H A Dsch_taprio.c2324 static int taprio_put_stat(struct sk_buff *skb, u64 val, u16 attrtype) in taprio_put_stat() argument
2328 if (nla_put_u64_64bit(skb, attrtype, val, TCA_TAPRIO_OFFLOAD_STATS_PAD)) in taprio_put_stat()
/kernel/linux/linux-6.6/net/mpls/
H A Daf_mpls.c1704 int nla_put_labels(struct sk_buff *skb, int attrtype, in nla_put_labels() argument
1711 nla = nla_reserve(skb, attrtype, labels*4); in nla_put_labels()
/third_party/openssl/ohos_lite/include/openssl/
H A Dx509.h950 int X509_ATTRIBUTE_set1_data(X509_ATTRIBUTE *attr, int attrtype,
/kernel/linux/linux-5.10/net/netfilter/
H A Dnf_conntrack_netlink.c147 static int ctnetlink_dump_zone_id(struct sk_buff *skb, int attrtype, in ctnetlink_dump_zone_id() argument
152 if (nla_put_be16(skb, attrtype, htons(zone->id))) in ctnetlink_dump_zone_id()
/kernel/linux/linux-6.6/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() argument
158 if (nla_put_be16(skb, attrtype, htons(zone->id))) in ctnetlink_dump_zone_id()
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/
H A Dx509.h1168 int X509_ATTRIBUTE_set1_data(X509_ATTRIBUTE *attr, int attrtype,
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/
H A Dx509.h1168 int X509_ATTRIBUTE_set1_data(X509_ATTRIBUTE *attr, int attrtype,
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/
H A Dx509.h1168 int X509_ATTRIBUTE_set1_data(X509_ATTRIBUTE *attr, int attrtype,
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/
H A Dx509.h1168 int X509_ATTRIBUTE_set1_data(X509_ATTRIBUTE *attr, int attrtype,
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/
H A Dx509.h1168 int X509_ATTRIBUTE_set1_data(X509_ATTRIBUTE *attr, int attrtype,
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/
H A Dx509.h1168 int X509_ATTRIBUTE_set1_data(X509_ATTRIBUTE *attr, int attrtype,
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/
H A Dx509.h1168 int X509_ATTRIBUTE_set1_data(X509_ATTRIBUTE *attr, int attrtype,
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/
H A Dx509.h1168 int X509_ATTRIBUTE_set1_data(X509_ATTRIBUTE *attr, int attrtype,
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/
H A Dx509.h1168 int X509_ATTRIBUTE_set1_data(X509_ATTRIBUTE *attr, int attrtype,
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/
H A Dx509.h1168 int X509_ATTRIBUTE_set1_data(X509_ATTRIBUTE *attr, int attrtype,
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/
H A Dx509.h1168 int X509_ATTRIBUTE_set1_data(X509_ATTRIBUTE *attr, int attrtype,
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/
H A Dx509.h1168 int X509_ATTRIBUTE_set1_data(X509_ATTRIBUTE *attr, int attrtype,

Completed in 76 milliseconds

123456