Searched refs:sseq (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/net/ipv6/ |
| H A D | syncookies.c | 65 __be16 sport, __be16 dport, __u32 sseq, in secure_tcp_syn_cookie() argument 70 sseq + (count << COOKIEBITS) + in secure_tcp_syn_cookie() 77 __be16 dport, __u32 sseq) in check_tcp_syn_cookie() argument 81 cookie -= cookie_hash(saddr, daddr, sport, dport, 0, 0) + sseq; in check_tcp_syn_cookie()
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | syncookies.c | 92 __be16 dport, __u32 sseq, __u32 data) in secure_tcp_syn_cookie() argument 106 sseq + (count << COOKIEBITS) + in secure_tcp_syn_cookie() 121 __be16 sport, __be16 dport, __u32 sseq) in check_tcp_syn_cookie() argument 126 cookie -= cookie_hash(saddr, daddr, sport, dport, 0, 0) + sseq; in check_tcp_syn_cookie()
|
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | btf.c | 5345 struct btf_show sseq; in btf_type_seq_show_flags() local 5347 sseq.target = m; in btf_type_seq_show_flags() 5348 sseq.showfn = btf_seq_show; in btf_type_seq_show_flags() 5349 sseq.flags = flags; in btf_type_seq_show_flags() 5351 btf_type_show(btf, type_id, obj, &sseq); in btf_type_seq_show_flags() 5353 return sseq.state.status; in btf_type_seq_show_flags()
|