Home
last modified time | relevance | path

Searched refs:optbuf (Results 1 – 3 of 3) sorted by relevance

/linux/net/netfilter/
H A Dnft_exthdr.c85 unsigned char optbuf[sizeof(struct ip_options) + 40]; in ipv4_find_option() local
86 struct ip_options *opt = (struct ip_options *)optbuf; in ipv4_find_option()
/linux/net/ipv4/
H A Dcipso_ipv4.c1718 unsigned char optbuf[sizeof(struct ip_options) + 40]; in cipso_v4_error() local
1719 struct ip_options *opt = (struct ip_options *)optbuf; in cipso_v4_error()
H A Dtcp.c3426 static int tcp_repair_set_window(struct tcp_sock *tp, sockptr_t optbuf, int len) in tcp_repair_set_window() argument
3436 if (copy_from_sockptr(&opt, optbuf, sizeof(opt))) in tcp_repair_set_window()
3458 static int tcp_repair_options_est(struct sock *sk, sockptr_t optbuf, in tcp_repair_options_est() argument
3466 if (copy_from_sockptr_offset(&opt, optbuf, offset, sizeof(opt))) in tcp_repair_options_est()