/net/xfrm/ |
D | xfrm_state.c | 61 u32 reqid, in xfrm_dst_hash() argument 64 return __xfrm_dst_hash(daddr, saddr, reqid, family, net->xfrm.state_hmask); in xfrm_dst_hash() 95 x->props.reqid, x->props.family, in xfrm_hash_transfer() 923 x->props.reqid = tmpl->reqid; in xfrm_init_tempstate() 1064 h = xfrm_dst_hash(net, daddr, saddr, tmpl->reqid, encap_family); in xfrm_state_find() 1067 x->props.reqid == tmpl->reqid && in xfrm_state_find() 1081 h_wildcard = xfrm_dst_hash(net, daddr, &saddr_wildcard, tmpl->reqid, encap_family); in xfrm_state_find() 1084 x->props.reqid == tmpl->reqid && in xfrm_state_find() 1188 unsigned short family, u8 mode, u8 proto, u32 reqid) in xfrm_stateonly_find() argument 1194 h = xfrm_dst_hash(net, daddr, saddr, reqid, family); in xfrm_stateonly_find() [all …]
|
D | xfrm_hash.h | 86 u32 reqid, unsigned short family, in __xfrm_dst_hash() argument 89 unsigned int h = family ^ reqid; in __xfrm_dst_hash()
|
D | xfrm_user.c | 502 x->props.reqid = p->reqid; in copy_from_user_state() 800 p->reqid = x->props.reqid; in copy_to_user_state() 1377 x = xfrm_find_acq(net, &m, p->info.mode, p->info.reqid, in xfrm_alloc_userspi() 1523 t->reqid = ut->reqid; in copy_templates() 1754 up->reqid = kp->reqid; in copy_to_user_tmpl() 2054 id->reqid = x->props.reqid; in build_aevent() 2364 x->props.reqid = t->reqid; in xfrm_add_acquire() 2417 ma->reqid = um->reqid; in copy_from_user_migrate() 2488 um.reqid = m->reqid; in copy_to_user_migrate() 3391 um->reqid = x->props.reqid; in build_mapping()
|
D | xfrm_policy.c | 3236 (x->props.reqid == tmpl->reqid || !tmpl->reqid) && in xfrm_state_ok() 4325 (m->reqid == 0 || t->reqid == m->reqid)) { in migrate_tmpl_match() 4410 m[i].reqid == m[j].reqid && in xfrm_migrate_check()
|
D | xfrm_compat.c | 39 __u32 seq, reqid; member
|
/net/key/ |
D | af_key.c | 1000 sa2->sadb_x_sa2_reqid = x->props.reqid; in __pfkey_xfrm_state2msg() 1250 x->props.reqid = sa2->sadb_x_sa2_reqid; in pfkey_msg2xfrm_state() 1321 u32 reqid; in pfkey_getspi() local 1338 reqid = sa2->sadb_x_sa2_reqid; in pfkey_getspi() 1341 reqid = 0; in pfkey_getspi() 1370 x = xfrm_find_acq(net, &dummy_mark, mode, reqid, 0, proto, xdaddr, xsaddr, 1, family); in pfkey_getspi() 1916 u32 reqid = *(u32*)ptr; in check_reqid() local 1919 if (xp->xfrm_vec[i].reqid == reqid) in check_reqid() 1930 static u32 reqid = IPSEC_MANUAL_REQID_MAX; in gen_reqid() local 1932 start = reqid; in gen_reqid() [all …]
|
/net/wireless/ |
D | scan.c | 599 cfg80211_find_sched_scan_req(struct cfg80211_registered_device *rdev, u64 reqid) in cfg80211_find_sched_scan_req() argument 606 if (pos->reqid == reqid) in cfg80211_find_sched_scan_req() 628 if (!i && !pos->reqid) in cfg80211_sched_scan_req_possible() 671 void cfg80211_sched_scan_results(struct wiphy *wiphy, u64 reqid) in cfg80211_sched_scan_results() argument 676 trace_cfg80211_sched_scan_results(wiphy, reqid); in cfg80211_sched_scan_results() 680 request = cfg80211_find_sched_scan_req(rdev, reqid); in cfg80211_sched_scan_results() 689 void cfg80211_sched_scan_stopped_rtnl(struct wiphy *wiphy, u64 reqid) in cfg80211_sched_scan_stopped_rtnl() argument 695 trace_cfg80211_sched_scan_stopped(wiphy, reqid); in cfg80211_sched_scan_stopped_rtnl() 697 __cfg80211_stop_sched_scan(rdev, reqid, true); in cfg80211_sched_scan_stopped_rtnl() 701 void cfg80211_sched_scan_stopped(struct wiphy *wiphy, u64 reqid) in cfg80211_sched_scan_stopped() argument [all …]
|
D | rdev-ops.h | 862 trace_rdev_sched_scan_start(&rdev->wiphy, dev, request->reqid); in rdev_sched_scan_start() 869 struct net_device *dev, u64 reqid) in rdev_sched_scan_stop() argument 872 trace_rdev_sched_scan_stop(&rdev->wiphy, dev, reqid); in rdev_sched_scan_stop() 873 ret = rdev->ops->sched_scan_stop(&rdev->wiphy, dev, reqid); in rdev_sched_scan_stop()
|
D | core.h | 453 u64 reqid, bool driver_initiated);
|
D | nl80211.c | 8498 while (!sched_scan_req->reqid) in nl80211_start_sched_scan() 8499 sched_scan_req->reqid = cfg80211_assign_cookie(rdev); in nl80211_start_sched_scan() 8541 if (!req || req->reqid || in nl80211_stop_sched_scan() 15265 nla_put_u64_64bit(msg, NL80211_ATTR_COOKIE, req->reqid, in nl80211_prep_sched_scan_msg()
|
/net/netfilter/ |
D | xt_policy.c | 48 MATCH(reqid, x->props.reqid); in match_xfrm_state()
|
D | nft_xfrm.c | 147 *dest = state->props.reqid; in nft_xfrm_state_get_key()
|
/net/core/ |
D | net_namespace.c | 198 static int alloc_netid(struct net *net, struct net *peer, int reqid) in alloc_netid() argument 202 if (reqid >= 0) { in alloc_netid() 203 min = reqid; in alloc_netid() 204 max = reqid + 1; in alloc_netid()
|
D | filter.c | 4599 to->reqid = x->props.reqid; in BPF_CALL_5()
|
/net/mac80211/ |
D | cfg.c | 2354 u64 reqid) in ieee80211_sched_scan_stop() argument
|
/net/ceph/ |
D | osd_client.c | 2136 char reqid[CEPH_ENCODING_START_BLK_LEN + in encode_request_finish() member
|