Searched defs:policy (Results 1 - 6 of 6) sorted by relevance

/net/mac80211/
H A Dagg-rx.c182 u8 dialog_token, u16 status, u16 policy,
216 capab = (u16)(policy << 1); /* bit 1 aggregation policy */
245 * check if configuration can support the BA policy
253 "AddBA Req with bad params from %pM on tid %u. policy %d, buffer size %d\n",
181 ieee80211_send_addba_resp(struct ieee80211_sub_if_data *sdata, u8 *da, u16 tid, u8 dialog_token, u16 status, u16 policy, u16 buf_size, u16 timeout) argument
/net/sched/
H A Dsch_netem.c795 const struct nla_policy *policy, int len)
806 nested_len, policy);
794 parse_attr(struct nlattr *tb[], int maxtype, struct nlattr *nla, const struct nla_policy *policy, int len) argument
/net/netfilter/
H A Dnf_tables_api.c957 htonl(basechain->policy)))
1183 u8 policy = NF_ACCEPT; local
1224 policy = ntohl(nla_get_be32(nla[NFTA_CHAIN_POLICY]));
1225 switch (policy) {
1268 nft_trans_chain_policy(trans) = policy;
1357 basechain->policy = policy;
1559 tb[NFTA_EXPR_DATA], type->policy);
2116 * given policy. The total memory use might not be known if no size is
2122 enum nft_set_policies policy)
2120 nft_select_set_ops(const struct nlattr * const nla[], const struct nft_set_desc *desc, enum nft_set_policies policy) argument
2558 u32 ktype, dtype, flags, policy; local
[all...]
/net/key/
H A Daf_key.c61 struct xfrm_policy_walk policy; member in union:pfkey_sock::__anon66::__anon67
403 * XXX Actually, association/policy database is not yet
1408 pr_err("pfkey: Unknown policy event %d\n", event);
2667 return xfrm_policy_walk(net, &pfk->dump.u.policy, dump_sp, (void *) pfk);
2674 xfrm_policy_walk_done(&pfk->dump.u.policy, net);
2688 xfrm_policy_walk_init(&pfk->dump.u.policy, XFRM_POLICY_TYPE_MAIN);
3042 pr_err("pfkey: Unknown policy event %d\n", c->event);
3504 /* policy info */
3544 /* policy information */
/net/xfrm/
H A Dxfrm_policy.c281 struct xfrm_policy *policy; local
283 policy = kzalloc(sizeof(struct xfrm_policy), gfp);
285 if (policy) {
286 write_pnet(&policy->xp_net, net);
287 INIT_LIST_HEAD(&policy->walk.all);
288 INIT_HLIST_NODE(&policy->bydst);
289 INIT_HLIST_NODE(&policy->byidx);
290 rwlock_init(&policy->lock);
291 atomic_set(&policy->refcnt, 1);
292 skb_queue_head_init(&policy
305 xfrm_policy_destroy(struct xfrm_policy *policy) argument
329 xfrm_policy_kill(struct xfrm_policy *policy) argument
580 struct xfrm_policy *policy; local
731 xfrm_policy_mark_match(struct xfrm_policy *policy, struct xfrm_policy *pol) argument
746 xfrm_policy_insert(int dir, struct xfrm_policy *policy, int excl) argument
1389 xfrm_tmpl_resolve_one(struct xfrm_policy *policy, const struct flowi *fl, struct xfrm_state **xfrm, unsigned short family) argument
1628 xfrm_bundle_create(struct xfrm_policy *policy, struct xfrm_state **xfrm, int nx, const struct flowi *fl, struct dst_entry *dst) argument
[all...]
/net/bluetooth/
H A Dhci_core.c1609 cp.policy = cpu_to_le16(link_policy);
1972 __le16 policy = cpu_to_le16(opt); local
1974 BT_DBG("%s %x", req->hdev->name, policy);
1976 /* Default link policy */
1977 hci_req_add(req, HCI_OP_WRITE_DEF_LINK_POLICY, 2, &policy);
5499 * just abort and return filer policy value to not use the
5508 /* Select filter policy to accept all advertising */
5532 /* Select filter policy to accept all advertising */
5546 /* Select filter policy to use white list */

Completed in 184 milliseconds