Home
last modified time | relevance | path

Searched refs:sseq (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/net/ipv6/
H A Dsyncookies.c65 __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()
/openbmc/linux/net/ipv4/
H A Dsyncookies.c84 __be16 dport, __u32 sseq, __u32 data) in secure_tcp_syn_cookie() argument
98 sseq + (count << COOKIEBITS) + in secure_tcp_syn_cookie()
113 __be16 sport, __be16 dport, __u32 sseq) in check_tcp_syn_cookie() argument
118 cookie -= cookie_hash(saddr, daddr, sport, dport, 0, 0) + sseq; in check_tcp_syn_cookie()
/openbmc/linux/kernel/bpf/
H A Dbtf.c7088 struct btf_show sseq; in btf_type_seq_show_flags() local
7090 sseq.target = m; in btf_type_seq_show_flags()
7091 sseq.showfn = btf_seq_show; in btf_type_seq_show_flags()
7092 sseq.flags = flags; in btf_type_seq_show_flags()
7094 btf_type_show(btf, type_id, obj, &sseq); in btf_type_seq_show_flags()
7096 return sseq.state.status; in btf_type_seq_show_flags()
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/
H A D0004-mmal_20.patch4177 +static inline unsigned int seq_delta(unsigned int sseq, unsigned int fseq)
4179 + return fseq == 0 ? 0 : fseq <= sseq ? sseq - fseq : 15 - (fseq - sseq);