Searched refs:optp (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/net/netfilter/ |
D | nfnetlink_osf.c | 60 const unsigned char *optp; member 69 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()
|
/Linux-v5.4/net/ipv4/ |
D | ip_options.c | 528 static int ip_options_get_finish(struct net *net, struct ip_options_rcu **optp, in ip_options_get_finish() argument 538 kfree(*optp); in ip_options_get_finish() 539 *optp = opt; in ip_options_get_finish() 543 int ip_options_get_from_user(struct net *net, struct ip_options_rcu **optp, in ip_options_get_from_user() argument 554 return ip_options_get_finish(net, optp, opt, optlen); in ip_options_get_from_user() 557 int ip_options_get(struct net *net, struct ip_options_rcu **optp, in ip_options_get() argument 566 return ip_options_get_finish(net, optp, opt, optlen); in ip_options_get()
|
/Linux-v5.4/drivers/video/fbdev/ |
D | acornfb.c | 885 struct options *optp; in acornfb_setup() local 897 for (optp = opt_table; optp->name; optp++) { in acornfb_setup() 900 optlen = strlen(optp->name); in acornfb_setup() 902 if (strncmp(opt, optp->name, optlen) == 0 && in acornfb_setup() 904 optp->parse(opt + optlen + 1); in acornfb_setup() 909 if (!optp->name) in acornfb_setup()
|
/Linux-v5.4/include/net/ |
D | ip.h | 713 int ip_options_get(struct net *net, struct ip_options_rcu **optp, 715 int ip_options_get_from_user(struct net *net, struct ip_options_rcu **optp,
|