Searched refs:optp (Results 1 - 4 of 4) sorted by relevance
/linux-4.1.27/net/netfilter/ |
H A D | xt_osf.c | 199 const unsigned char *optp = NULL, *_optp = NULL; xt_osf_match_packet() local 222 _optp = optp = skb_header_pointer(skb, ip_hdrlen(skb) + xt_osf_match_packet() 235 optp = _optp; xt_osf_match_packet() 261 if (f->opt[optnum].kind == (*optp)) { xt_osf_match_packet() 263 const __u8 *optend = optp + len; xt_osf_match_packet() 268 switch (*optp) { xt_osf_match_packet() 270 mss = optp[3]; xt_osf_match_packet() 272 mss |= optp[2]; xt_osf_match_packet() 281 optp = optend; xt_osf_match_packet()
|
/linux-4.1.27/net/ipv4/ |
H A D | ip_options.c | 519 static int ip_options_get_finish(struct net *net, struct ip_options_rcu **optp, ip_options_get_finish() argument 529 kfree(*optp); ip_options_get_finish() 530 *optp = opt; ip_options_get_finish() 534 int ip_options_get_from_user(struct net *net, struct ip_options_rcu **optp, ip_options_get_from_user() argument 545 return ip_options_get_finish(net, optp, opt, optlen); ip_options_get_from_user() 548 int ip_options_get(struct net *net, struct ip_options_rcu **optp, ip_options_get() argument 557 return ip_options_get_finish(net, optp, opt, optlen); ip_options_get()
|
/linux-4.1.27/drivers/video/fbdev/ |
H A D | acornfb.c | 887 struct options *optp; acornfb_setup() local 899 for (optp = opt_table; optp->name; optp++) { acornfb_setup() 902 optlen = strlen(optp->name); acornfb_setup() 904 if (strncmp(opt, optp->name, optlen) == 0 && acornfb_setup() 906 optp->parse(opt + optlen + 1); acornfb_setup() 911 if (!optp->name) acornfb_setup()
|
/linux-4.1.27/include/net/ |
H A D | ip.h | 516 int ip_options_get(struct net *net, struct ip_options_rcu **optp, 518 int ip_options_get_from_user(struct net *net, struct ip_options_rcu **optp,
|
Completed in 136 milliseconds