Searched refs:optp (Results 1 – 2 of 2) sorted by relevance
60 const unsigned char *optp; member69 const __u8 *optpinit = ctx->optp; in nf_osf_match_one()98 if (f->opt[optnum].kind == *ctx->optp) { in nf_osf_match_one()100 const __u8 *optend = ctx->optp + len; in nf_osf_match_one()104 switch (*ctx->optp) { in nf_osf_match_one()106 mss = ctx->optp[3]; in nf_osf_match_one()108 mss |= ctx->optp[2]; in nf_osf_match_one()116 ctx->optp = optend; in nf_osf_match_one()160 ctx->optp = optpinit; in nf_osf_match_one()187 ctx->optp = skb_header_pointer(skb, ip_hdrlen(skb) + in nf_osf_hdr_ctx_init()[all …]
512 int ip_options_get(struct net *net, struct ip_options_rcu **optp, in ip_options_get() argument533 kfree(*optp); in ip_options_get()534 *optp = opt; in ip_options_get()
Completed in 8 milliseconds