/third_party/ffmpeg/libavcodec/ |
H A D | vdpau_h264.c | 34 static int32_t h264_foc(int foc) in h264_foc() argument
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_find_rect.c | 136 FOCContext *foc = ctx->priv; in config_input() local 146 static float search(FOCContext *foc, int pass, int maxpass, int xmin, int xmax, int ymin, int ymax, int *best_x, int *best_y, float best_score) in search() argument 175 FOCContext *foc = ctx->priv; filter_frame() local 228 FOCContext *foc = ctx->priv; uninit() local 243 FOCContext *foc = ctx->priv; init() local [all...] |
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp_fastopen.c | 234 struct tcp_fastopen_cookie *foc = valid_foc; in tcp_fastopen_cookie_gen_check() local 134 __tcp_fastopen_cookie_gen_cipher(struct request_sock *req, struct sk_buff *syn, const siphash_key_t *key, struct tcp_fastopen_cookie *foc) __tcp_fastopen_cookie_gen_cipher() argument 169 tcp_fastopen_cookie_gen(struct sock *sk, struct request_sock *req, struct sk_buff *syn, struct tcp_fastopen_cookie *foc) tcp_fastopen_cookie_gen() argument 363 tcp_try_fastopen(struct sock *sk, struct sk_buff *skb, struct request_sock *req, struct tcp_fastopen_cookie *foc, const struct dst_entry *dst) tcp_try_fastopen() argument [all...] |
H A D | tcp_ipv4.c | 981 tcp_v4_send_synack(const struct sock *sk, struct dst_entry *dst, struct flowi *fl, struct request_sock *req, struct tcp_fastopen_cookie *foc, enum tcp_synack_type synack_type, struct sk_buff *syn_skb) tcp_v4_send_synack() argument
|
H A D | tcp_output.c | 678 struct tcp_fastopen_cookie *foc = opts->fastopen_cookie; in tcp_options_write() local 839 tcp_synack_options(const struct sock *sk, struct request_sock *req, unsigned int mss, struct sk_buff *skb, struct tcp_out_options *opts, const struct tcp_md5sig_key *md5, struct tcp_fastopen_cookie *foc, enum tcp_synack_type synack_type, struct sk_buff *syn_skb) tcp_synack_options() argument 3545 tcp_make_synack(const struct sock *sk, struct dst_entry *dst, struct request_sock *req, struct tcp_fastopen_cookie *foc, enum tcp_synack_type synack_type, struct sk_buff *syn_skb) tcp_make_synack() argument [all...] |
H A D | tcp_input.c | 6133 struct tcp_fastopen_cookie foc = { .len = -1 }; in tcp_rcv_synsent_state_process() local 6137 tcp_parse_options(sock_net(sk), skb, &tp->rx_opt, 0, &foc); in tcp_rcv_synsent_state_process() local 3946 tcp_parse_fastopen_option(int len, const unsigned char *cookie, bool syn, struct tcp_fastopen_cookie *foc, bool exp_opt) tcp_parse_fastopen_option() argument 4028 tcp_parse_options(const struct net *net, const struct sk_buff *skb, struct tcp_options_received *opt_rx, int estab, struct tcp_fastopen_cookie *foc) tcp_parse_options() argument 6848 struct tcp_fastopen_cookie foc = { .len = -1 }; tcp_conn_request() local [all...] |
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | tcp_fastopen.c | 217 struct tcp_fastopen_cookie *foc = valid_foc; in tcp_fastopen_cookie_gen_check() local 117 __tcp_fastopen_cookie_gen_cipher(struct request_sock *req, struct sk_buff *syn, const siphash_key_t *key, struct tcp_fastopen_cookie *foc) __tcp_fastopen_cookie_gen_cipher() argument 152 tcp_fastopen_cookie_gen(struct sock *sk, struct request_sock *req, struct sk_buff *syn, struct tcp_fastopen_cookie *foc) tcp_fastopen_cookie_gen() argument 347 tcp_try_fastopen(struct sock *sk, struct sk_buff *skb, struct request_sock *req, struct tcp_fastopen_cookie *foc, const struct dst_entry *dst) tcp_try_fastopen() argument [all...] |
H A D | tcp_output.c | 688 struct tcp_fastopen_cookie *foc = opts->fastopen_cookie; in tcp_options_write() local 849 tcp_synack_options(const struct sock *sk, struct request_sock *req, unsigned int mss, struct sk_buff *skb, struct tcp_out_options *opts, const struct tcp_md5sig_key *md5, struct tcp_fastopen_cookie *foc, enum tcp_synack_type synack_type, struct sk_buff *syn_skb) tcp_synack_options() argument 3634 tcp_make_synack(const struct sock *sk, struct dst_entry *dst, struct request_sock *req, struct tcp_fastopen_cookie *foc, enum tcp_synack_type synack_type, struct sk_buff *syn_skb) tcp_make_synack() argument [all...] |
H A D | tcp_ipv4.c | 1005 tcp_v4_send_synack(const struct sock *sk, struct dst_entry *dst, struct flowi *fl, struct request_sock *req, struct tcp_fastopen_cookie *foc, enum tcp_synack_type synack_type, struct sk_buff *syn_skb) tcp_v4_send_synack() argument
|
H A D | tcp_input.c | 6226 struct tcp_fastopen_cookie foc = { .len = -1 }; in tcp_rcv_synsent_state_process() local 6231 tcp_parse_options(sock_net(sk), skb, &tp->rx_opt, 0, &foc); in tcp_rcv_synsent_state_process() local 3980 tcp_parse_fastopen_option(int len, const unsigned char *cookie, bool syn, struct tcp_fastopen_cookie *foc, bool exp_opt) tcp_parse_fastopen_option() argument 4063 tcp_parse_options(const struct net *net, const struct sk_buff *skb, struct tcp_options_received *opt_rx, int estab, struct tcp_fastopen_cookie *foc) tcp_parse_options() argument 6968 struct tcp_fastopen_cookie foc = { .len = -1 }; tcp_conn_request() local [all...] |
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/ |
H A D | tcp_nip_output.c | 723 tcp_nip_synack_options(struct request_sock *req, unsigned int mss, struct sk_buff *skb, struct tcp_nip_out_options *opts, const struct tcp_md5sig_key *md5, struct tcp_fastopen_cookie *foc, enum tcp_synack_type synack_type) tcp_nip_synack_options() argument 784 tcp_nip_make_synack(const struct sock *sk, struct dst_entry *dst, struct request_sock *req, struct tcp_fastopen_cookie *foc, enum tcp_synack_type synack_type) tcp_nip_make_synack() argument
|
H A D | tcp_nip_input.c | 1145 struct tcp_fastopen_cookie foc = { .len = -1 }; in _tcp_nip_conn_request() local 891 tcp_nip_parse_options(const struct sk_buff *skb, struct tcp_options_received *opt_rx, int estab, struct tcp_fastopen_cookie *foc) tcp_nip_parse_options() argument
|
H A D | tcp_nip.c | 774 tcp_nip_send_synack(const struct sock *sk, struct dst_entry *dst, struct flowi *fl, struct request_sock *req, struct tcp_fastopen_cookie *foc, enum tcp_synack_type synack_type, struct sk_buff *syn_skb) tcp_nip_send_synack() argument
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | tcp_ipv6.c | 520 tcp_v6_send_synack(const struct sock *sk, struct dst_entry *dst, struct flowi *fl, struct request_sock *req, struct tcp_fastopen_cookie *foc, enum tcp_synack_type synack_type, struct sk_buff *syn_skb) tcp_v6_send_synack() argument
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | tcp_ipv6.c | 524 tcp_v6_send_synack(const struct sock *sk, struct dst_entry *dst, struct flowi *fl, struct request_sock *req, struct tcp_fastopen_cookie *foc, enum tcp_synack_type synack_type, struct sk_buff *syn_skb) tcp_v6_send_synack() argument
|
/kernel/linux/linux-6.6/net/mptcp/ |
H A D | subflow.c | 310 subflow_prep_synack(const struct sock *sk, struct request_sock *req, struct tcp_fastopen_cookie *foc, enum tcp_synack_type synack_type) subflow_prep_synack() argument 325 subflow_v4_send_synack(const struct sock *sk, struct dst_entry *dst, struct flowi *fl, struct request_sock *req, struct tcp_fastopen_cookie *foc, enum tcp_synack_type synack_type, struct sk_buff *syn_skb) subflow_v4_send_synack() argument 339 subflow_v6_send_synack(const struct sock *sk, struct dst_entry *dst, struct flowi *fl, struct request_sock *req, struct tcp_fastopen_cookie *foc, enum tcp_synack_type synack_type, struct sk_buff *syn_skb) subflow_v6_send_synack() argument
|
/kernel/linux/linux-5.10/include/net/ |
H A D | tcp.h | 1748 bool tcp_fastopen_cookie_match(const struct tcp_fastopen_cookie *foc, in tcp_fastopen_cookie_match() argument
|
/kernel/linux/linux-6.6/include/net/ |
H A D | tcp.h | 1848 bool tcp_fastopen_cookie_match(const struct tcp_fastopen_cookie *foc, in tcp_fastopen_cookie_match() argument
|