Searched refs:optp (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/net/netfilter/ |
H A 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 in nf_osf_hdr_ctx_init() [all...] |
/kernel/linux/linux-6.6/net/netfilter/ |
H A 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 in nf_osf_hdr_ctx_init() [all...] |
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | acornfb.c | 884 struct options *optp; in acornfb_setup() local 896 for (optp = opt_table; optp->name; optp++) { in acornfb_setup() 899 optlen = strlen(optp->name); in acornfb_setup() 901 if (strncmp(opt, optp->name, optlen) == 0 && in acornfb_setup() 903 optp->parse(opt + optlen + 1); in acornfb_setup() 908 if (!optp->name) in acornfb_setup()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | acornfb.c | 882 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()
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | ip_options.c | 525 int ip_options_get(struct net *net, struct ip_options_rcu **optp, in ip_options_get() argument 546 kfree(*optp); in ip_options_get() 547 *optp = opt; in ip_options_get()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | ip_options.c | 512 int ip_options_get(struct net *net, struct ip_options_rcu **optp, in ip_options_get() argument 533 kfree(*optp); in ip_options_get() 534 *optp = opt; in ip_options_get()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | ip.h | 723 int ip_options_get(struct net *net, struct ip_options_rcu **optp,
|
/kernel/linux/linux-6.6/include/net/ |
H A D | ip.h | 751 int ip_options_get(struct net *net, struct ip_options_rcu **optp,
|
Completed in 8 milliseconds