taglinefilesource code
opt257include/linux/ext2_fs.h#define clear_opt(o, opt)    o &= ~EXT2_MOUNT_##opt
opt258include/linux/ext2_fs.h#define set_opt(o, opt)      o |= EXT2_MOUNT_##opt
opt259include/linux/ext2_fs.h#define test_opt(sb, opt)    ((sb)->u.ext2_sb.s_mount_opt & \
opt260include/linux/ext2_fs.hEXT2_MOUNT_##opt)
opt382net/inet/icmp.cstruct options *opt)
opt405net/inet/icmp.cIPPROTO_ICMP, opt, len, skb->ip_hdr->tos,255);
opt449net/inet/icmp.cstruct options *opt)
opt473net/inet/icmp.coffset = ip_build_header(skb2, daddr, saddr, &ndev, IPPROTO_ICMP, opt, len, 
opt526net/inet/icmp.cstruct options *opt)
opt539net/inet/icmp.cstruct options *opt)
opt564net/inet/icmp.cIPPROTO_ICMP, opt, len, skb->ip_hdr->tos,255);
opt606net/inet/icmp.cint icmp_rcv(struct sk_buff *skb1, struct device *dev, struct options *opt,
opt674net/inet/icmp.cicmp_echo(icmph, skb1, dev, saddr, daddr, len, opt);
opt682net/inet/icmp.cicmp_timestamp(icmph, skb1, dev, saddr, daddr, len, opt);
opt690net/inet/icmp.cicmp_info(icmph, skb1, dev, saddr, daddr, len, opt);
opt698net/inet/icmp.cicmp_address(icmph, skb1, dev, saddr, daddr, len, opt);
opt31net/inet/icmp.hstruct options *opt, unsigned long daddr,
opt182net/inet/ip.cstrict_route(struct iphdr *iph, struct options *opt)
opt188net/inet/ip.cloose_route(struct iphdr *iph, struct options *opt)
opt211net/inet/ip.cbuild_options(struct iphdr *iph, struct options *opt)
opt257net/inet/ip.cstruct device **dev, int type, struct options *opt, int len, int tos, int ttl)
opt277net/inet/ip.cskb, saddr, daddr, *dev, type, opt, len));
opt304net/inet/ip.copt = &optmem;
opt370net/inet/ip.cbuild_options(iph, opt);
opt378net/inet/ip.cdo_options(struct iphdr *iph, struct options *opt)
opt385net/inet/ip.copt->record_route.route_size = 0;
opt386net/inet/ip.copt->loose_route.route_size  = 0;
opt387net/inet/ip.copt->strict_route.route_size = 0;
opt388net/inet/ip.copt->tstamp.ptr              = 0;
opt389net/inet/ip.copt->security                = 0;
opt390net/inet/ip.copt->compartment             = 0;
opt391net/inet/ip.copt->handling                = 0;
opt392net/inet/ip.copt->stream                  = 0;
opt393net/inet/ip.copt->tcc                     = 0;
opt412net/inet/ip.copt->security = ntohs(*(unsigned short *)buff);
opt414net/inet/ip.copt->compartment = ntohs(*(unsigned short *)buff);
opt416net/inet/ip.copt->handling = ntohs(*(unsigned short *)buff);
opt418net/inet/ip.copt->tcc = ((*buff) << 16) + ntohs(*(unsigned short *)(buff+1));
opt426net/inet/ip.copt->loose_route.route_size = (*buff -3)/4;
opt429net/inet/ip.copt->loose_route.pointer = *buff/4 - 1;
opt432net/inet/ip.cfor (i = 0; i < opt->loose_route.route_size; i++) {
opt435net/inet/ip.copt->loose_route.route[i] = *(unsigned long *)buff;
opt443net/inet/ip.copt->strict_route.route_size = (*buff -3)/4;
opt446net/inet/ip.copt->strict_route.pointer = *buff/4 - 1;
opt449net/inet/ip.cfor (i = 0; i < opt->strict_route.route_size; i++) {
opt452net/inet/ip.copt->strict_route.route[i] = *(unsigned long *)buff;
opt460net/inet/ip.copt->record_route.route_size = (*buff -3)/4;
opt463net/inet/ip.copt->record_route.pointer = *buff/4 - 1;
opt466net/inet/ip.cfor (i = 0; i < opt->record_route.route_size; i++) {
opt469net/inet/ip.copt->record_route.route[i] = *(unsigned long *)buff;
opt476net/inet/ip.copt->stream = *(unsigned short *)buff;
opt483net/inet/ip.copt->tstamp.len = *buff / 4 - 1;
opt486net/inet/ip.copt->tstamp.ptr = (*buff-1)/4;
opt488net/inet/ip.copt->tstamp.x.full_char = *buff;
opt490net/inet/ip.cfor (i = 0; i < opt->tstamp.len; i++) {
opt491net/inet/ip.copt->tstamp.data[i] = *(unsigned long *)buff;
opt499net/inet/ip.cif (opt->record_route.route_size == 0) {
opt500net/inet/ip.cif (opt->strict_route.route_size != 0) {
opt501net/inet/ip.cmemcpy(&(opt->record_route), &(opt->strict_route),
opt502net/inet/ip.csizeof(opt->record_route));
opt503net/inet/ip.c} else if (opt->loose_route.route_size != 0) {
opt504net/inet/ip.cmemcpy(&(opt->record_route), &(opt->loose_route),
opt505net/inet/ip.csizeof(opt->record_route));
opt509net/inet/ip.cif (opt->strict_route.route_size != 0 &&
opt510net/inet/ip.copt->strict_route.route_size != opt->strict_route.pointer) {
opt511net/inet/ip.cstrict_route(iph, opt);
opt515net/inet/ip.cif (opt->loose_route.route_size != 0 &&
opt516net/inet/ip.copt->loose_route.route_size != opt->loose_route.pointer) {
opt517net/inet/ip.cloose_route(iph, opt);
opt1537net/inet/ip.cstatic struct options opt; /* since we don't use these yet, and they
opt1587net/inet/ip.cmemset((char *) &opt, 0, sizeof(opt));
opt1588net/inet/ip.cif (do_options(iph, &opt) != 0)
opt1724net/inet/ip.cipprot->handler(skb2, dev, opts_p ? &opt : 0, iph->daddr,
opt76net/inet/ip.hstruct options *opt, int len,
opt368net/inet/ipx.cint err,opt;
opt383net/inet/ipx.copt=get_fs_long((unsigned long *)optval);
opt393net/inet/ipx.csk->ipx_type=opt;
opt32net/inet/protocol.hstruct options *opt, unsigned long daddr,
opt36net/inet/protocol.hstruct options *opt, unsigned long daddr,
opt96net/inet/raw.craw_rcv(struct sk_buff *skb, struct device *dev, struct options *opt,
opt104net/inet/raw.cskb, dev, opt, daddr, len, saddr, redo, protocol));
opt228net/inet/raw.csk->protocol, sk->opt, skb->mem_len, sk->ip_tos,sk->ip_ttl);
opt27net/inet/raw.hstruct options *opt, unsigned long daddr,
opt546net/inet/route.cstruct rtable * ip_rt_route(unsigned long daddr, struct options *opt, unsigned long *src_addr)
opt43net/inet/route.hextern struct rtable  *ip_rt_route(unsigned long daddr, struct options *opt, unsigned long *src_addr);
opt796net/inet/sock.csk->opt = NULL;
opt1679net/inet/sock.cif (sk->prot->rcv) sk->prot->rcv(skb, skb->dev, sk->opt,
opt55net/inet/sock.hstruct options    *opt;
opt203net/inet/sock.hstruct options *opt, int len, int tos, int ttl);
opt214net/inet/sock.hstruct options *opt, unsigned long daddr,
opt693net/inet/tcp.cIPPROTO_TCP, sk->opt, MAX_ACK_SIZE,sk->ip_tos,sk->ip_ttl);
opt978net/inet/tcp.cIPPROTO_TCP, sk->opt, skb->mem_len,sk->ip_tos,sk->ip_ttl);
opt1091net/inet/tcp.cIPPROTO_TCP, sk->opt, MAX_ACK_SIZE,sk->ip_tos,sk->ip_ttl);
opt1449net/inet/tcp.cIPPROTO_TCP, sk->opt,
opt1542net/inet/tcp.cstruct proto *prot, struct options *opt, struct device *dev, int tos, int ttl)
opt1565net/inet/tcp.ctmp = prot->build_header(buff, saddr, daddr, &ndev, IPPROTO_TCP, opt,
opt1683net/inet/tcp.cstruct options *opt, struct device *dev)
opt1695net/inet/tcp.csk, skb, daddr, saddr, opt, dev));
opt1704net/inet/tcp.ctcp_reset(daddr, saddr, th, sk->prot, opt, dev, sk->ip_tos,sk->ip_ttl);
opt1992net/inet/tcp.cIPPROTO_TCP, sk->opt,
opt2988net/inet/tcp.cstruct options *opt, unsigned long saddr, struct device *dev)
opt3042net/inet/tcp.ctcp_rcv(struct sk_buff *skb, struct device *dev, struct options *opt,
opt3096net/inet/tcp.ctcp_reset(daddr, saddr, th, &tcp_prot, opt,dev,skb->ip_hdr->tos,255);
opt3168net/inet/tcp.cif (!tcp_sequence(sk, th, len, opt, saddr,dev)) {
opt3210net/inet/tcp.ctcp_reset(daddr, saddr,  th, sk->prot, opt,dev, sk->ip_tos,sk->ip_ttl);
opt3258net/inet/tcp.ctcp_reset(daddr, saddr, th, sk->prot, opt,dev,sk->ip_tos,sk->ip_ttl);
opt3271net/inet/tcp.ctcp_reset(daddr, saddr, th, sk->prot, opt,dev,sk->ip_tos,sk->ip_ttl);
opt3285net/inet/tcp.ctcp_conn_request(sk, skb, daddr, saddr, opt, dev);
opt3304net/inet/tcp.cif (!tcp_sequence(sk, th, len, opt, saddr,dev)) 
opt3346net/inet/tcp.csk->prot, opt,dev,sk->ip_tos,sk->ip_ttl);
opt3374net/inet/tcp.csk->prot, opt, dev,sk->ip_tos,sk->ip_ttl);
opt3483net/inet/tcp.cIPPROTO_TCP, sk->opt, MAX_ACK_SIZE,sk->ip_tos,sk->ip_ttl);
opt120net/inet/tcp.hstruct options *opt, unsigned long daddr,
opt295net/inet/udp.c&dev, IPPROTO_UDP, sk->opt, skb->mem_len,sk->ip_tos,sk->ip_ttl);
opt642net/inet/udp.cint udp_rcv(struct sk_buff *skb, struct device *dev, struct options *opt,
opt44net/inet/udp.hstruct options *opt, unsigned long daddr,