Lines Matching defs:opt
224 if (inet_opt && inet_opt->opt.srr) {
227 nexthop = inet_opt->opt.faddr;
248 if (!inet_opt || !inet_opt->opt.srr)
276 inet_csk(sk)->icsk_ext_hdr_len = inet_opt->opt.optlen;
683 __be32 opt[OPTION_BYTES / sizeof(__be32)];
779 rep.opt[0] = htonl((TCPOPT_NOP << 24) |
787 tcp_v4_md5_hash_hdr((__u8 *) &rep.opt[1],
792 /* Can't co-exist with TCPMD5, hence check rep.opt[0] */
793 if (rep.opt[0] == 0) {
797 rep.opt[0] = mrst;
841 skb, &TCP_SKB_CB(skb)->header.h4.opt,
871 __be32 opt[(TCPOLEN_TSTAMP_ALIGNED >> 2)
888 rep.opt[0] = htonl((TCPOPT_NOP << 24) | (TCPOPT_NOP << 16) |
891 rep.opt[1] = htonl(tsval);
892 rep.opt[2] = htonl(tsecr);
909 rep.opt[offset++] = htonl((TCPOPT_NOP << 24) |
916 tcp_v4_md5_hash_hdr((__u8 *) &rep.opt[offset],
939 skb, &TCP_SKB_CB(skb)->header.h4.opt,
1598 inet_csk(newsk)->icsk_ext_hdr_len = inet_opt->opt.optlen;