Searched refs:optp (Results 1 – 4 of 4) sorted by relevance
52 const unsigned char *optp; member61 const __u8 *optp = ctx->optp; in nf_osf_match_one() local90 if (f->opt[optnum].kind == *optp) { in nf_osf_match_one()92 const __u8 *optend = optp + len; in nf_osf_match_one()96 switch (*optp) { in nf_osf_match_one()98 mss = optp[3]; in nf_osf_match_one()100 mss |= optp[2]; in nf_osf_match_one()108 optp = optend; in nf_osf_match_one()176 ctx->optp = skb_header_pointer(skb, ip_hdrlen(skb) + in nf_osf_hdr_ctx_init()178 if (!ctx->optp) in nf_osf_hdr_ctx_init()
882 struct options *optp; in acornfb_setup() local894 for (optp = opt_table; optp->name; optp++) { in acornfb_setup()897 optlen = strlen(optp->name); in acornfb_setup()899 if (strncmp(opt, optp->name, optlen) == 0 && in acornfb_setup()901 optp->parse(opt + optlen + 1); in acornfb_setup()906 if (!optp->name) in acornfb_setup()
512 int ip_options_get(struct net *net, struct ip_options_rcu **optp, in ip_options_get() argument537 kfree(*optp); in ip_options_get()538 *optp = opt; in ip_options_get()
780 int ip_options_get(struct net *net, struct ip_options_rcu **optp,