Searched refs:optbuf (Results 1 – 5 of 5) sorted by relevance
/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/ |
H A D | socklen_t.patch | 19 unsigned char optbuf[BUFFER_SIZE / 3], *cp; 21 - int optsize = sizeof(optbuf), ipproto; 23 + socklen_t optsize = sizeof(optbuf); 25 + int optsize = sizeof(optbuf);
|
/openbmc/linux/net/ipv4/ |
H A D | ip_sockglue.c | 89 unsigned char optbuf[sizeof(struct ip_options) + 40]; in ip_cmsg_recv_retopts() local 90 struct ip_options *opt = (struct ip_options *)optbuf; in ip_cmsg_recv_retopts() 1606 unsigned char optbuf[sizeof(struct ip_options)+40]; in do_ip_getsockopt() local 1607 struct ip_options *opt = (struct ip_options *)optbuf; in do_ip_getsockopt() 1614 memcpy(optbuf, &inet_opt->opt, in do_ip_getsockopt()
|
H A D | cipso_ipv4.c | 1721 unsigned char optbuf[sizeof(struct ip_options) + 40]; in cipso_v4_error() local 1722 struct ip_options *opt = (struct ip_options *)optbuf; in cipso_v4_error()
|
H A D | tcp.c | 3127 static int tcp_repair_set_window(struct tcp_sock *tp, sockptr_t optbuf, int len) in tcp_repair_set_window() argument 3137 if (copy_from_sockptr(&opt, optbuf, sizeof(opt))) in tcp_repair_set_window() 3159 static int tcp_repair_options_est(struct sock *sk, sockptr_t optbuf, in tcp_repair_options_est() argument 3167 if (copy_from_sockptr_offset(&opt, optbuf, offset, sizeof(opt))) in tcp_repair_options_est()
|
/openbmc/linux/net/netfilter/ |
H A D | nft_exthdr.c | 85 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()
|