Home
last modified time | relevance | path

Searched refs:optp (Results 1 – 3 of 3) sorted by relevance

/linux/net/netfilter/
H A Dnfnetlink_osf.c52 const unsigned char *optp; member
61 const __u8 *optp = ctx->optp; in nf_osf_match_one() local
90 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()
/linux/drivers/video/fbdev/
H A Dacornfb.c882 struct options *optp; in acornfb_setup() local
894 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()
/linux/include/net/
H A Dip.h780 int ip_options_get(struct net *net, struct ip_options_rcu **optp,