Lines Matching refs:opt
220 if (inet_opt && inet_opt->opt.srr) { in tcp_v4_connect()
223 nexthop = inet_opt->opt.faddr; in tcp_v4_connect()
245 if (!inet_opt || !inet_opt->opt.srr) in tcp_v4_connect()
265 inet_csk(sk)->icsk_ext_hdr_len = inet_opt->opt.optlen; in tcp_v4_connect()
666 __be32 opt[(TCPOLEN_MD5SIG_ALIGNED >> 2)]; in tcp_v4_send_reset() member
762 rep.opt[0] = htonl((TCPOPT_NOP << 24) | in tcp_v4_send_reset()
770 tcp_v4_md5_hash_hdr((__u8 *) &rep.opt[1], in tcp_v4_send_reset()
806 skb, &TCP_SKB_CB(skb)->header.h4.opt, in tcp_v4_send_reset()
835 __be32 opt[(TCPOLEN_TSTAMP_ALIGNED >> 2) in tcp_v4_send_ack() member
852 rep.opt[0] = htonl((TCPOPT_NOP << 24) | (TCPOPT_NOP << 16) | in tcp_v4_send_ack()
855 rep.opt[1] = htonl(tsval); in tcp_v4_send_ack()
856 rep.opt[2] = htonl(tsecr); in tcp_v4_send_ack()
873 rep.opt[offset++] = htonl((TCPOPT_NOP << 24) | in tcp_v4_send_ack()
880 tcp_v4_md5_hash_hdr((__u8 *) &rep.opt[offset], in tcp_v4_send_ack()
902 skb, &TCP_SKB_CB(skb)->header.h4.opt, in tcp_v4_send_ack()
1557 inet_csk(newsk)->icsk_ext_hdr_len = inet_opt->opt.optlen; in tcp_v4_syn_recv_sock()