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)
opt240net/inet/icmp.cstruct options *opt)
opt260net/inet/icmp.cIPPROTO_ICMP, opt, len, skb->ip_hdr->tos,255);
opt292net/inet/icmp.cstruct options *opt)
opt304net/inet/icmp.cstruct options *opt)
opt324net/inet/icmp.cIPPROTO_ICMP, opt, len, skb->ip_hdr->tos,255);
opt357net/inet/icmp.cicmp_rcv(struct sk_buff *skb1, struct device *dev, struct options *opt,
opt397net/inet/icmp.cicmp_echo(icmph, skb1, dev, saddr, daddr, len, opt);
opt404net/inet/icmp.cicmp_info(icmph, skb1, dev, saddr, daddr, len, opt);
opt411net/inet/icmp.cicmp_address(icmph, skb1, dev, saddr, daddr, len, opt);
opt29net/inet/icmp.hstruct options *opt, unsigned long daddr,
opt145net/inet/ip.cstrict_route(struct iphdr *iph, struct options *opt)
opt151net/inet/ip.cloose_route(struct iphdr *iph, struct options *opt)
opt174net/inet/ip.cbuild_options(struct iphdr *iph, struct options *opt)
opt216net/inet/ip.cstruct device **dev, int type, struct options *opt, int len, int tos, int ttl)
opt231net/inet/ip.cskb, saddr, daddr, *dev, type, opt, len));
opt247net/inet/ip.copt = &optmem;
opt285net/inet/ip.cbuild_options(iph, opt);
opt293net/inet/ip.cdo_options(struct iphdr *iph, struct options *opt)
opt300net/inet/ip.copt->record_route.route_size = 0;
opt301net/inet/ip.copt->loose_route.route_size  = 0;
opt302net/inet/ip.copt->strict_route.route_size = 0;
opt303net/inet/ip.copt->tstamp.ptr              = 0;
opt304net/inet/ip.copt->security                = 0;
opt305net/inet/ip.copt->compartment             = 0;
opt306net/inet/ip.copt->handling                = 0;
opt307net/inet/ip.copt->stream                  = 0;
opt308net/inet/ip.copt->tcc                     = 0;
opt327net/inet/ip.copt->security = ntohs(*(unsigned short *)buff);
opt329net/inet/ip.copt->compartment = ntohs(*(unsigned short *)buff);
opt331net/inet/ip.copt->handling = ntohs(*(unsigned short *)buff);
opt333net/inet/ip.copt->tcc = ((*buff) << 16) + ntohs(*(unsigned short *)(buff+1));
opt341net/inet/ip.copt->loose_route.route_size = (*buff -3)/4;
opt344net/inet/ip.copt->loose_route.pointer = *buff/4 - 1;
opt347net/inet/ip.cfor (i = 0; i < opt->loose_route.route_size; i++) {
opt350net/inet/ip.copt->loose_route.route[i] = *(unsigned long *)buff;
opt358net/inet/ip.copt->strict_route.route_size = (*buff -3)/4;
opt361net/inet/ip.copt->strict_route.pointer = *buff/4 - 1;
opt364net/inet/ip.cfor (i = 0; i < opt->strict_route.route_size; i++) {
opt367net/inet/ip.copt->strict_route.route[i] = *(unsigned long *)buff;
opt375net/inet/ip.copt->record_route.route_size = (*buff -3)/4;
opt378net/inet/ip.copt->record_route.pointer = *buff/4 - 1;
opt381net/inet/ip.cfor (i = 0; i < opt->record_route.route_size; i++) {
opt384net/inet/ip.copt->record_route.route[i] = *(unsigned long *)buff;
opt391net/inet/ip.copt->stream = *(unsigned short *)buff;
opt398net/inet/ip.copt->tstamp.len = *buff / 4 - 1;
opt401net/inet/ip.copt->tstamp.ptr = (*buff-1)/4;
opt403net/inet/ip.copt->tstamp.x.full_char = *buff;
opt405net/inet/ip.cfor (i = 0; i < opt->tstamp.len; i++) {
opt406net/inet/ip.copt->tstamp.data[i] = *(unsigned long *)buff;
opt414net/inet/ip.cif (opt->record_route.route_size == 0) {
opt415net/inet/ip.cif (opt->strict_route.route_size != 0) {
opt416net/inet/ip.cmemcpy(&(opt->record_route), &(opt->strict_route),
opt417net/inet/ip.csizeof(opt->record_route));
opt418net/inet/ip.c} else if (opt->loose_route.route_size != 0) {
opt419net/inet/ip.cmemcpy(&(opt->record_route), &(opt->loose_route),
opt420net/inet/ip.csizeof(opt->record_route));
opt424net/inet/ip.cif (opt->strict_route.route_size != 0 &&
opt425net/inet/ip.copt->strict_route.route_size != opt->strict_route.pointer) {
opt426net/inet/ip.cstrict_route(iph, opt);
opt430net/inet/ip.cif (opt->loose_route.route_size != 0 &&
opt431net/inet/ip.copt->loose_route.route_size != opt->loose_route.pointer) {
opt432net/inet/ip.cloose_route(iph, opt);
opt1221net/inet/ip.cstatic struct options opt; /* since we don't use these yet, and they
opt1241net/inet/ip.cmemset((char *) &opt, 0, sizeof(opt));
opt1242net/inet/ip.cif (do_options(iph, &opt) != 0)
opt1345net/inet/ip.cipprot->handler(skb2, dev, opts_p ? &opt : 0, iph->daddr,
opt72net/inet/ip.hstruct options *opt, int len,
opt32net/inet/protocol.hstruct options *opt, unsigned long daddr,
opt36net/inet/protocol.hstruct options *opt, unsigned long daddr,
opt94net/inet/raw.craw_rcv(struct sk_buff *skb, struct device *dev, struct options *opt,
opt102net/inet/raw.cskb, dev, opt, daddr, len, saddr, redo, protocol));
opt222net/inet/raw.csk->protocol, sk->opt, skb->mem_len, sk->ip_tos,sk->ip_ttl);
opt27net/inet/raw.hstruct options *opt, unsigned long daddr,
opt354net/inet/route.cstruct rtable * rt_route(unsigned long daddr, struct options *opt)
opt43net/inet/route.hextern struct rtable  *rt_route(unsigned long daddr, struct options *opt);
opt840net/inet/sock.csk->opt = NULL;
opt1765net/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,
opt734net/inet/tcp.cIPPROTO_TCP, sk->opt, MAX_ACK_SIZE,sk->ip_tos,sk->ip_ttl);
opt1017net/inet/tcp.cIPPROTO_TCP, sk->opt, skb->mem_len,sk->ip_tos,sk->ip_ttl);
opt1132net/inet/tcp.cIPPROTO_TCP, sk->opt, MAX_ACK_SIZE,sk->ip_tos,sk->ip_ttl);
opt1491net/inet/tcp.cIPPROTO_TCP, sk->opt,
opt1583net/inet/tcp.cstruct proto *prot, struct options *opt, struct device *dev, int tos, int ttl)
opt1607net/inet/tcp.ctmp = prot->build_header(buff, saddr, daddr, &dev, IPPROTO_TCP, opt,
opt1724net/inet/tcp.cstruct options *opt, struct device *dev)
opt1735net/inet/tcp.csk, skb, daddr, saddr, opt, dev));
opt1744net/inet/tcp.ctcp_reset(daddr, saddr, th, sk->prot, opt, dev, sk->ip_tos,sk->ip_ttl);
opt2032net/inet/tcp.cIPPROTO_TCP, sk->opt,
opt3078net/inet/tcp.cstruct options *opt, unsigned long saddr, struct device *dev)
opt3132net/inet/tcp.ctcp_rcv(struct sk_buff *skb, struct device *dev, struct options *opt,
opt3149net/inet/tcp.cif (!opt) {  /* FIXME: it's ok for opt to be NULL */
opt3191net/inet/tcp.ctcp_reset(daddr, saddr, th, &tcp_prot, opt,dev,skb->ip_hdr->tos,255);
opt3272net/inet/tcp.cif (!tcp_sequence(sk, th, len, opt, saddr,dev)) {
opt3309net/inet/tcp.cif ((opt && (opt->security != 0 ||
opt3310net/inet/tcp.copt->compartment != 0)) || 
opt3316net/inet/tcp.ctcp_reset(daddr, saddr,  th, sk->prot, opt,dev, sk->ip_tos,sk->ip_ttl);
opt3364net/inet/tcp.ctcp_reset(daddr, saddr, th, sk->prot, opt,dev,sk->ip_tos,sk->ip_ttl);
opt3377net/inet/tcp.ctcp_reset(daddr, saddr, th, sk->prot, opt,dev,sk->ip_tos,sk->ip_ttl);
opt3385net/inet/tcp.cif (opt->security != 0 || opt->compartment != 0) {
opt3386net/inet/tcp.ctcp_reset(daddr, saddr, th, prot, opt,dev);
opt3398net/inet/tcp.ctcp_conn_request(sk, skb, daddr, saddr, opt, dev);
opt3408net/inet/tcp.cif (!tcp_sequence(sk, th, len, opt, saddr,dev)) {
opt3428net/inet/tcp.cif (opt->security != 0 || opt->compartment != 0) {
opt3432net/inet/tcp.ctcp_reset(daddr, saddr,  th, sk->prot, opt, dev);
opt3455net/inet/tcp.csk->prot, opt,dev,sk->ip_tos,sk->ip_ttl);
opt3480net/inet/tcp.csk->prot, opt, dev,sk->ip_tos,sk->ip_ttl);
opt3589net/inet/tcp.cIPPROTO_TCP, sk->opt, MAX_ACK_SIZE,sk->ip_tos,sk->ip_ttl);
opt121net/inet/tcp.hstruct options *opt, unsigned long daddr,
opt253net/inet/udp.c&dev, IPPROTO_UDP, sk->opt, skb->mem_len,sk->ip_tos,sk->ip_ttl);
opt547net/inet/udp.cudp_rcv(struct sk_buff *skb, struct device *dev, struct options *opt,
opt44net/inet/udp.hstruct options *opt, unsigned long daddr,