/net/ipv6/ |
D | syncookies.c | 99 static __u32 check_tcp_syn_cookie(__u32 cookie, const struct in6_addr *saddr, in check_tcp_syn_cookie() 145 __u32 cookie) in __cookie_v6_check() 163 __u32 cookie = ntohl(th->ack_seq) - 1; in cookie_v6_check() local
|
D | inet6_connection_sock.c | 189 struct dst_entry *__inet6_csk_dst_check(struct sock *sk, u32 cookie) in __inet6_csk_dst_check()
|
D | route.c | 1084 static struct dst_entry *ip6_dst_check(struct dst_entry *dst, u32 cookie) in ip6_dst_check()
|
/net/ipv4/ |
D | syncookies.c | 115 static __u32 check_tcp_syn_cookie(__u32 cookie, __be32 saddr, __be32 daddr, in check_tcp_syn_cookie() 190 u32 cookie) in __cookie_v4_check() 266 __u32 cookie = ntohl(th->ack_seq) - 1; in cookie_v4_check() local
|
D | tcp_metrics.c | 33 struct tcp_fastopen_cookie cookie; member 687 struct tcp_fastopen_cookie *cookie, in tcp_fastopen_cache_get() 711 struct tcp_fastopen_cookie *cookie, bool syn_lost) in tcp_fastopen_cache_set()
|
D | ip_tunnel.c | 105 u32 cookie, __be32 *saddr) in tunnel_rtable_get()
|
D | route.c | 1133 static struct dst_entry *ipv4_dst_check(struct dst_entry *dst, u32 cookie) in ipv4_dst_check() 2209 static struct dst_entry *ipv4_blackhole_dst_check(struct dst_entry *dst, u32 cookie) in ipv4_blackhole_dst_check()
|
/net/core/ |
D | sock_diag.c | 16 int sock_diag_check_cookie(void *sk, __u32 *cookie) in sock_diag_check_cookie() 28 void sock_diag_save_cookie(void *sk, __u32 *cookie) in sock_diag_save_cookie()
|
D | sock.c | 517 struct dst_entry *__sk_dst_check(struct sock *sk, u32 cookie) in __sk_dst_check() 532 struct dst_entry *sk_dst_check(struct sock *sk, u32 cookie) in sk_dst_check()
|
D | neighbour.c | 2409 void neigh_for_each(struct neigh_table *tbl, void (*cb)(struct neighbour *, void *), void *cookie) in neigh_for_each() argument
|
/net/wireless/ |
D | rdev-ops.h | 88 u8 key_index, bool pairwise, const u8 *mac_addr, void *cookie, in rdev_get_key() 89 void (*callback)(void *cookie, struct key_params*)) in rdev_get_key() 604 unsigned int duration, u64 *cookie) in rdev_remain_on_channel() 616 struct wireless_dev *wdev, u64 cookie) in rdev_cancel_remain_on_channel() 628 u64 *cookie) in rdev_mgmt_tx() 639 struct wireless_dev *wdev, u64 cookie) in rdev_mgmt_tx_cancel_wait() 780 u64 *cookie) in rdev_probe_client()
|
D | nl80211.c | 2733 struct get_key_cookie *cookie = c; in get_key_callback() local 2779 struct get_key_cookie cookie = { in nl80211_get_key() local 7510 u64 cookie; in nl80211_remain_on_channel() local 7572 u64 cookie; in nl80211_cancel_remain_on_channel() local 7861 u64 cookie; in nl80211_tx_mgmt() local 7985 u64 cookie; in nl80211_tx_mgmt_cancel_wait() local 9069 u64 cookie; in nl80211_probe_client() local 11021 struct wireless_dev *wdev, u64 cookie, in nl80211_send_remain_on_chan_event() 11063 void cfg80211_ready_on_channel(struct wireless_dev *wdev, u64 cookie, in cfg80211_ready_on_channel() 11077 void cfg80211_remain_on_channel_expired(struct wireless_dev *wdev, u64 cookie, in cfg80211_remain_on_channel_expired() [all …]
|
D | mlme.c | 511 struct cfg80211_mgmt_tx_params *params, u64 *cookie) in cfg80211_mlme_mgmt_tx()
|
/net/mac80211/ |
D | cfg.c | 291 void *cookie, in ieee80211_get_key() 292 void (*callback)(void *cookie, in ieee80211_get_key() 2426 unsigned int duration, u64 *cookie, in ieee80211_start_roc_work() 2590 u64 *cookie) in ieee80211_remain_on_channel() 2606 u64 cookie, bool mgmt_tx) in ieee80211_cancel_roc() 2683 u64 cookie) in ieee80211_cancel_remain_on_channel() 3147 u64 *cookie) in ieee80211_mgmt_tx() 3309 u64 cookie) in ieee80211_mgmt_tx_cancel_wait() 3372 const u8 *peer, u64 *cookie) in ieee80211_probe_client()
|
D | status.c | 407 u64 cookie = (unsigned long)skb; in ieee80211_report_used_skb() local
|
/net/sctp/ |
D | sm_make_chunk.c | 391 sctp_cookie_param_t *cookie; in sctp_make_init_ack() local 566 void *cookie; in sctp_make_cookie_echo() local 1608 struct sctp_signed_cookie *cookie; in sctp_pack_cookie() local 1696 struct sctp_signed_cookie *cookie; in sctp_unpack_cookie() local 2300 char *cookie; in sctp_process_init() local
|
D | associola.c | 1564 struct sctp_cookie *cookie, in sctp_assoc_set_bind_addr_from_cookie()
|
/net/l2tp/ |
D | l2tp_core.h | 74 u8 cookie[8]; /* optional cookie */ member 93 u8 cookie[8]; member
|
/net/rds/ |
D | rdma.c | 182 rds_rdma_cookie_t cookie; in __rds_rdma_map() local
|
D | rds.h | 237 static inline u32 rds_rdma_cookie_key(rds_rdma_cookie_t cookie) in rds_rdma_cookie_key() 242 static inline u32 rds_rdma_cookie_offset(rds_rdma_cookie_t cookie) in rds_rdma_cookie_offset()
|
/net/ceph/ |
D | osd_client.c | 550 u64 cookie, u64 version, int flag) in osd_req_op_watch_init() 2196 u64 cookie) in __find_event() 2296 u64 cookie, ver, notify_id; in handle_watch_notify() local
|
/net/sunrpc/ |
D | xprt.c | 656 void xprt_conditional_disconnect(struct rpc_xprt *xprt, unsigned int cookie) in xprt_conditional_disconnect()
|
/net/netfilter/ipvs/ |
D | ip_vs_xmit.c | 419 u32 cookie; in __ip_vs_get_out_rt_v6() local
|
/net/decnet/ |
D | dn_route.c | 302 static struct dst_entry *dn_dst_check(struct dst_entry *dst, __u32 cookie) in dn_dst_check()
|
/net/xfrm/ |
D | xfrm_policy.c | 2577 static struct dst_entry *xfrm_dst_check(struct dst_entry *dst, u32 cookie) in xfrm_dst_check()
|