tag | line | file | source code |
opt | 257 | include/linux/ext2_fs.h | #define clear_opt(o, opt) o &= ~EXT2_MOUNT_##opt |
opt | 258 | include/linux/ext2_fs.h | #define set_opt(o, opt) o |= EXT2_MOUNT_##opt |
opt | 259 | include/linux/ext2_fs.h | #define test_opt(sb, opt) ((sb)->u.ext2_sb.s_mount_opt & \ |
opt | 260 | include/linux/ext2_fs.h | EXT2_MOUNT_##opt) |
opt | 546 | net/inet/af_inet.c | sk->opt = NULL; |
opt | 351 | net/inet/icmp.c | struct options *opt) |
opt | 374 | net/inet/icmp.c | IPPROTO_ICMP, opt, len, skb->ip_hdr->tos,255); |
opt | 418 | net/inet/icmp.c | struct options *opt) |
opt | 442 | net/inet/icmp.c | offset = ip_build_header(skb2, daddr, saddr, &ndev, IPPROTO_ICMP, opt, len, |
opt | 495 | net/inet/icmp.c | struct options *opt) |
opt | 508 | net/inet/icmp.c | struct options *opt) |
opt | 533 | net/inet/icmp.c | IPPROTO_ICMP, opt, len, skb->ip_hdr->tos,255); |
opt | 575 | net/inet/icmp.c | int icmp_rcv(struct sk_buff *skb1, struct device *dev, struct options *opt, |
opt | 640 | net/inet/icmp.c | icmp_echo(icmph, skb1, dev, saddr, daddr, len, opt); |
opt | 648 | net/inet/icmp.c | icmp_timestamp(icmph, skb1, dev, saddr, daddr, len, opt); |
opt | 656 | net/inet/icmp.c | icmp_info(icmph, skb1, dev, saddr, daddr, len, opt); |
opt | 664 | net/inet/icmp.c | icmp_address(icmph, skb1, dev, saddr, daddr, len, opt); |
opt | 31 | net/inet/icmp.h | struct options *opt, unsigned long daddr, |
opt | 120 | net/inet/ip.c | strict_route(struct iphdr *iph, struct options *opt) |
opt | 126 | net/inet/ip.c | loose_route(struct iphdr *iph, struct options *opt) |
opt | 143 | net/inet/ip.c | build_options(struct iphdr *iph, struct options *opt) |
opt | 190 | net/inet/ip.c | struct device **dev, int type, struct options *opt, int len, int tos, int ttl) |
opt | 234 | net/inet/ip.c | opt = &optmem; |
opt | 302 | net/inet/ip.c | build_options(iph, opt); |
opt | 310 | net/inet/ip.c | do_options(struct iphdr *iph, struct options *opt) |
opt | 317 | net/inet/ip.c | opt->record_route.route_size = 0; |
opt | 318 | net/inet/ip.c | opt->loose_route.route_size = 0; |
opt | 319 | net/inet/ip.c | opt->strict_route.route_size = 0; |
opt | 320 | net/inet/ip.c | opt->tstamp.ptr = 0; |
opt | 321 | net/inet/ip.c | opt->security = 0; |
opt | 322 | net/inet/ip.c | opt->compartment = 0; |
opt | 323 | net/inet/ip.c | opt->handling = 0; |
opt | 324 | net/inet/ip.c | opt->stream = 0; |
opt | 325 | net/inet/ip.c | opt->tcc = 0; |
opt | 344 | net/inet/ip.c | opt->security = ntohs(*(unsigned short *)buff); |
opt | 346 | net/inet/ip.c | opt->compartment = ntohs(*(unsigned short *)buff); |
opt | 348 | net/inet/ip.c | opt->handling = ntohs(*(unsigned short *)buff); |
opt | 350 | net/inet/ip.c | opt->tcc = ((*buff) << 16) + ntohs(*(unsigned short *)(buff+1)); |
opt | 358 | net/inet/ip.c | opt->loose_route.route_size = (*buff -3)/4; |
opt | 361 | net/inet/ip.c | opt->loose_route.pointer = *buff/4 - 1; |
opt | 364 | net/inet/ip.c | for (i = 0; i < opt->loose_route.route_size; i++) { |
opt | 367 | net/inet/ip.c | opt->loose_route.route[i] = *(unsigned long *)buff; |
opt | 375 | net/inet/ip.c | opt->strict_route.route_size = (*buff -3)/4; |
opt | 378 | net/inet/ip.c | opt->strict_route.pointer = *buff/4 - 1; |
opt | 381 | net/inet/ip.c | for (i = 0; i < opt->strict_route.route_size; i++) { |
opt | 384 | net/inet/ip.c | opt->strict_route.route[i] = *(unsigned long *)buff; |
opt | 392 | net/inet/ip.c | opt->record_route.route_size = (*buff -3)/4; |
opt | 395 | net/inet/ip.c | opt->record_route.pointer = *buff/4 - 1; |
opt | 398 | net/inet/ip.c | for (i = 0; i < opt->record_route.route_size; i++) { |
opt | 401 | net/inet/ip.c | opt->record_route.route[i] = *(unsigned long *)buff; |
opt | 408 | net/inet/ip.c | opt->stream = *(unsigned short *)buff; |
opt | 415 | net/inet/ip.c | opt->tstamp.len = *buff / 4 - 1; |
opt | 418 | net/inet/ip.c | opt->tstamp.ptr = (*buff-1)/4; |
opt | 420 | net/inet/ip.c | opt->tstamp.x.full_char = *buff; |
opt | 422 | net/inet/ip.c | for (i = 0; i < opt->tstamp.len; i++) { |
opt | 423 | net/inet/ip.c | opt->tstamp.data[i] = *(unsigned long *)buff; |
opt | 431 | net/inet/ip.c | if (opt->record_route.route_size == 0) { |
opt | 432 | net/inet/ip.c | if (opt->strict_route.route_size != 0) { |
opt | 433 | net/inet/ip.c | memcpy(&(opt->record_route), &(opt->strict_route), |
opt | 434 | net/inet/ip.c | sizeof(opt->record_route)); |
opt | 435 | net/inet/ip.c | } else if (opt->loose_route.route_size != 0) { |
opt | 436 | net/inet/ip.c | memcpy(&(opt->record_route), &(opt->loose_route), |
opt | 437 | net/inet/ip.c | sizeof(opt->record_route)); |
opt | 441 | net/inet/ip.c | if (opt->strict_route.route_size != 0 && |
opt | 442 | net/inet/ip.c | opt->strict_route.route_size != opt->strict_route.pointer) { |
opt | 443 | net/inet/ip.c | strict_route(iph, opt); |
opt | 447 | net/inet/ip.c | if (opt->loose_route.route_size != 0 && |
opt | 448 | net/inet/ip.c | opt->loose_route.route_size != opt->loose_route.pointer) { |
opt | 449 | net/inet/ip.c | loose_route(iph, opt); |
opt | 1434 | net/inet/ip.c | static struct options opt; /* since we don't use these yet, and they |
opt | 1478 | net/inet/ip.c | memset((char *) &opt, 0, sizeof(opt)); |
opt | 1479 | net/inet/ip.c | if (do_options(iph, &opt) != 0) |
opt | 1612 | net/inet/ip.c | ipprot->handler(skb2, dev, opts_p ? &opt : 0, iph->daddr, |
opt | 76 | net/inet/ip.h | struct options *opt, int len, |
opt | 486 | net/inet/ipx.c | int err,opt; |
opt | 501 | net/inet/ipx.c | opt=get_fs_long((unsigned long *)optval); |
opt | 511 | net/inet/ipx.c | sk->ipx_type=opt; |
opt | 32 | net/inet/protocol.h | struct options *opt, unsigned long daddr, |
opt | 36 | net/inet/protocol.h | struct options *opt, unsigned long daddr, |
opt | 91 | net/inet/raw.c | raw_rcv(struct sk_buff *skb, struct device *dev, struct options *opt, |
opt | 228 | net/inet/raw.c | sk->protocol, sk->opt, skb->mem_len, sk->ip_tos,sk->ip_ttl); |
opt | 27 | net/inet/raw.h | struct options *opt, unsigned long daddr, |
opt | 528 | net/inet/route.c | struct rtable * ip_rt_route(unsigned long daddr, struct options *opt, unsigned long *src_addr) |
opt | 558 | net/inet/route.c | struct rtable * ip_rt_local(unsigned long daddr, struct options *opt, unsigned long *src_addr) |
opt | 47 | net/inet/route.h | extern struct rtable *ip_rt_route(unsigned long daddr, struct options *opt, unsigned long *src_addr); |
opt | 48 | net/inet/route.h | extern struct rtable *ip_rt_local(unsigned long daddr, struct options *opt, unsigned long *src_addr); |
opt | 415 | net/inet/sock.c | if (sk->prot->rcv) sk->prot->rcv(skb, skb->dev, sk->opt, |
opt | 55 | net/inet/sock.h | struct options *opt; |
opt | 206 | net/inet/sock.h | struct options *opt, int len, int tos, int ttl); |
opt | 217 | net/inet/sock.h | struct options *opt, unsigned long daddr, |
opt | 687 | net/inet/tcp.c | IPPROTO_TCP, sk->opt, MAX_ACK_SIZE,sk->ip_tos,sk->ip_ttl); |
opt | 1022 | net/inet/tcp.c | IPPROTO_TCP, sk->opt, skb->mem_len,sk->ip_tos,sk->ip_ttl); |
opt | 1151 | net/inet/tcp.c | IPPROTO_TCP, sk->opt, MAX_ACK_SIZE,sk->ip_tos,sk->ip_ttl); |
opt | 1529 | net/inet/tcp.c | IPPROTO_TCP, sk->opt, |
opt | 1646 | net/inet/tcp.c | struct proto *prot, struct options *opt, struct device *dev, int tos, int ttl) |
opt | 1673 | net/inet/tcp.c | tmp = prot->build_header(buff, saddr, daddr, &ndev, IPPROTO_TCP, opt, |
opt | 1800 | net/inet/tcp.c | struct options *opt, struct device *dev) |
opt | 1817 | net/inet/tcp.c | tcp_reset(daddr, saddr, th, sk->prot, opt, dev, sk->ip_tos,sk->ip_ttl); |
opt | 2140 | net/inet/tcp.c | IPPROTO_TCP, sk->opt, |
opt | 3280 | net/inet/tcp.c | struct options *opt, unsigned long saddr, struct device *dev) |
opt | 3332 | net/inet/tcp.c | tcp_rcv(struct sk_buff *skb, struct device *dev, struct options *opt, |
opt | 3381 | net/inet/tcp.c | tcp_reset(daddr, saddr, th, &tcp_prot, opt,dev,skb->ip_hdr->tos,255); |
opt | 3450 | net/inet/tcp.c | if (!tcp_sequence(sk, th, len, opt, saddr,dev)) { |
opt | 3490 | net/inet/tcp.c | tcp_reset(daddr, saddr, th, sk->prot, opt,dev, sk->ip_tos,sk->ip_ttl); |
opt | 3537 | net/inet/tcp.c | tcp_reset(daddr, saddr, th, sk->prot, opt,dev,sk->ip_tos,sk->ip_ttl); |
opt | 3550 | net/inet/tcp.c | tcp_reset(daddr, saddr, th, sk->prot, opt,dev,sk->ip_tos,sk->ip_ttl); |
opt | 3564 | net/inet/tcp.c | tcp_conn_request(sk, skb, daddr, saddr, opt, dev); |
opt | 3583 | net/inet/tcp.c | if (!tcp_sequence(sk, th, len, opt, saddr,dev)) |
opt | 3625 | net/inet/tcp.c | sk->prot, opt,dev,sk->ip_tos,sk->ip_ttl); |
opt | 3653 | net/inet/tcp.c | sk->prot, opt, dev,sk->ip_tos,sk->ip_ttl); |
opt | 3774 | net/inet/tcp.c | IPPROTO_TCP, sk->opt, MAX_ACK_SIZE,sk->ip_tos,sk->ip_ttl); |
opt | 120 | net/inet/tcp.h | struct options *opt, unsigned long daddr, |
opt | 279 | net/inet/udp.c | &dev, IPPROTO_UDP, sk->opt, skb->mem_len,sk->ip_tos,sk->ip_ttl); |
opt | 574 | net/inet/udp.c | int udp_rcv(struct sk_buff *skb, struct device *dev, struct options *opt, |
opt | 44 | net/inet/udp.h | struct options *opt, unsigned long daddr, |