Home
last modified time | relevance | path

Searched defs:foc (Results 1 - 18 of 18) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dvdpau_h264.c34 static int32_t h264_foc(int foc) in h264_foc() argument
/third_party/ffmpeg/libavfilter/
H A Dvf_find_rect.c136 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 Dtcp_fastopen.c234 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 Dtcp_ipv4.c981 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 Dtcp_output.c678 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 Dtcp_input.c6133 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 Dtcp_fastopen.c217 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 Dtcp_output.c688 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 Dtcp_ipv4.c1005 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 Dtcp_input.c6226 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 Dtcp_nip_output.c723 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 Dtcp_nip_input.c1145 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 Dtcp_nip.c774 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 Dtcp_ipv6.c520 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 Dtcp_ipv6.c524 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 Dsubflow.c310 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 Dtcp.h1748 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 Dtcp.h1848 bool tcp_fastopen_cookie_match(const struct tcp_fastopen_cookie *foc, in tcp_fastopen_cookie_match() argument

Completed in 56 milliseconds