Home | History | Annotate | Download | only in net

Lines Matching defs:opt6

4550 					struct ip6_ext opt6;
4552 if (!pf_pull_hdr(m, off2, &opt6,
4553 sizeof(opt6), NULL, reason,
4560 off2 += (opt6.ip6e_len + 2) * 4;
4562 off2 += (opt6.ip6e_len + 1) * 8;
4563 pd2.proto = opt6.ip6e_nxt;
6201 struct ip6_ext opt6;
6203 if (!pf_pull_hdr(m, off, &opt6, sizeof(opt6),
6212 off += (opt6.ip6e_len + 2) * 4;
6214 off += (opt6.ip6e_len + 1) * 8;
6215 pd.proto = opt6.ip6e_nxt;