Searched refs:prop (Results 1 – 13 of 13) sorted by relevance
| /net/wireless/ |
| A D | of.c | 78 struct property *prop; in wiphy_read_of_freq_limits() local 91 prop = of_find_property(np, "ieee80211-freq-limit", &len); in wiphy_read_of_freq_limits() 92 if (!prop) in wiphy_read_of_freq_limits() 111 p = of_prop_next_u32(prop, p, &limit->start_freq_khz); in wiphy_read_of_freq_limits() 117 p = of_prop_next_u32(prop, p, &limit->end_freq_khz); in wiphy_read_of_freq_limits()
|
| /net/tipc/ |
| A D | netlink_compat.c | 428 struct nlattr *prop; in tipc_nl_compat_bearer_enable() local 456 if (!prop) in tipc_nl_compat_bearer_enable() 724 struct nlattr *prop; in tipc_nl_compat_media_set() local 738 if (!prop) in tipc_nl_compat_media_set() 742 nla_nest_end(skb, prop); in tipc_nl_compat_media_set() 751 struct nlattr *prop; in tipc_nl_compat_bearer_set() local 765 if (!prop) in tipc_nl_compat_bearer_set() 769 nla_nest_end(skb, prop); in tipc_nl_compat_bearer_set() 778 struct nlattr *prop; in __tipc_nl_compat_link_set() local 792 if (!prop) in __tipc_nl_compat_link_set() [all …]
|
| A D | bearer.c | 828 struct nlattr *prop; in __tipc_nl_add_bearer() local 842 prop = nla_nest_start_noflag(msg->skb, TIPC_NLA_BEARER_PROP); in __tipc_nl_add_bearer() 843 if (!prop) in __tipc_nl_add_bearer() 855 nla_nest_end(msg->skb, prop); in __tipc_nl_add_bearer() 870 nla_nest_cancel(msg->skb, prop); in __tipc_nl_add_bearer() 1190 struct nlattr *prop; in __tipc_nl_add_media() local 1204 prop = nla_nest_start_noflag(msg->skb, TIPC_NLA_MEDIA_PROP); in __tipc_nl_add_media() 1205 if (!prop) in __tipc_nl_add_media() 1217 nla_nest_end(msg->skb, prop); in __tipc_nl_add_media() 1224 nla_nest_cancel(msg->skb, prop); in __tipc_nl_add_media()
|
| A D | link.c | 2574 err = nla_parse_nested_deprecated(props, TIPC_NLA_PROP_MAX, prop, in tipc_nl_parse_link_prop() 2677 struct nlattr *prop; in __tipc_nl_add_link() local 2708 prop = nla_nest_start_noflag(msg->skb, TIPC_NLA_LINK_PROP); in __tipc_nl_add_link() 2709 if (!prop) in __tipc_nl_add_link() 2720 nla_nest_end(msg->skb, prop); in __tipc_nl_add_link() 2732 nla_nest_cancel(msg->skb, prop); in __tipc_nl_add_link() 2798 struct nlattr *prop; in tipc_nl_add_bc_link() local 2831 prop = nla_nest_start_noflag(msg->skb, TIPC_NLA_LINK_PROP); in tipc_nl_add_bc_link() 2832 if (!prop) in tipc_nl_add_bc_link() 2842 nla_nest_end(msg->skb, prop); in tipc_nl_add_bc_link() [all …]
|
| A D | node.h | 98 void tipc_node_apply_property(struct net *net, struct tipc_bearer *b, int prop);
|
| A D | link.h | 130 int tipc_nl_parse_link_prop(struct nlattr *prop, struct nlattr *props[]);
|
| A D | node.c | 2206 int prop) in tipc_node_apply_property() argument 2222 if (prop == TIPC_NLA_PROP_TOL) in tipc_node_apply_property() 2225 else if (prop == TIPC_NLA_PROP_MTU) in tipc_node_apply_property()
|
| /net/smc/ |
| A D | smc_clc.h | 370 smc_get_clc_msg_smcd(struct smc_clc_msg_proposal *prop) in smc_get_clc_msg_smcd() argument 372 if (smcd_indicated(prop->hdr.typev1) && in smc_get_clc_msg_smcd() 373 ntohs(prop->iparea_offset) != sizeof(struct smc_clc_msg_smcd)) in smc_get_clc_msg_smcd() 376 return (struct smc_clc_msg_smcd *)(prop + 1); in smc_get_clc_msg_smcd() 380 smc_get_clc_v2_ext(struct smc_clc_msg_proposal *prop) in smc_get_clc_v2_ext() argument 382 struct smc_clc_msg_smcd *prop_smcd = smc_get_clc_msg_smcd(prop); in smc_get_clc_v2_ext() 446 struct smc_clc_msg_proposal_prefix *prop);
|
| A D | smc_clc.c | 515 struct smc_clc_msg_proposal_prefix *prop) in smc_clc_prfx_set4_rcu() argument 536 struct smc_clc_msg_proposal_prefix *prop, in smc_clc_prfx_set6_rcu() argument 557 prop->ipv6_prefixes_cnt = cnt; in smc_clc_prfx_set6_rcu() 566 struct smc_clc_msg_proposal_prefix *prop, in smc_clc_prfx_set() argument 596 prop); in smc_clc_prfx_set() 610 struct smc_clc_msg_proposal_prefix *prop) in smc_clc_prfx_match4_rcu() argument 628 struct smc_clc_msg_proposal_prefix *prop) in smc_clc_prfx_match6_rcu() argument 639 ipv6_prfx = (struct smc_clc_ipv6_prefix *)((u8 *)prop + sizeof(*prop)); in smc_clc_prfx_match6_rcu() 671 if (!prop->ipv6_prefixes_cnt) in smc_clc_prfx_match() 672 rc = smc_clc_prfx_match4_rcu(dst->dev, prop); in smc_clc_prfx_match() [all …]
|
| /net/netlabel/ |
| A D | netlabel_user.c | 100 if (lsmprop_is_set(&audit_info->prop) && in netlbl_audit_start_common() 101 security_lsmprop_to_secctx(&audit_info->prop, &ctx) > 0) { in netlbl_audit_start_common()
|
| A D | netlabel_user.h | 35 security_current_getlsmprop_subj(&audit_info->prop); in netlbl_netlink_auditinfo()
|
| A D | netlabel_unlabeled.c | 1533 security_current_getlsmprop_subj(&audit_info.prop); in netlbl_unlabel_defconf()
|
| /net/mac80211/ |
| A D | debugfs_key.c | 17 #define KEY_READ(name, prop, format_string) \ argument 24 format_string, key->prop); \
|
Completed in 39 milliseconds