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)
opt238net/inet/icmp.cstruct options *opt)
opt258net/inet/icmp.cIPPROTO_ICMP, opt, len);
opt290net/inet/icmp.cstruct options *opt)
opt302net/inet/icmp.cstruct options *opt)
opt322net/inet/icmp.cIPPROTO_ICMP, opt, len);
opt355net/inet/icmp.cicmp_rcv(struct sk_buff *skb1, struct device *dev, struct options *opt,
opt395net/inet/icmp.cicmp_echo(icmph, skb1, dev, saddr, daddr, len, opt);
opt402net/inet/icmp.cicmp_info(icmph, skb1, dev, saddr, daddr, len, opt);
opt409net/inet/icmp.cicmp_address(icmph, skb1, dev, saddr, daddr, len, opt);
opt29net/inet/icmp.hstruct options *opt, unsigned long daddr,
opt130net/inet/ip.cstrict_route(struct iphdr *iph, struct options *opt)
opt136net/inet/ip.cloose_route(struct iphdr *iph, struct options *opt)
opt159net/inet/ip.cbuild_options(struct iphdr *iph, struct options *opt)
opt201net/inet/ip.cstruct device **dev, int type, struct options *opt, int len)
opt216net/inet/ip.cskb, saddr, daddr, *dev, type, opt, len));
opt232net/inet/ip.copt = &optmem;
opt270net/inet/ip.cbuild_options(iph, opt);
opt278net/inet/ip.cdo_options(struct iphdr *iph, struct options *opt)
opt285net/inet/ip.copt->record_route.route_size = 0;
opt286net/inet/ip.copt->loose_route.route_size  = 0;
opt287net/inet/ip.copt->strict_route.route_size = 0;
opt288net/inet/ip.copt->tstamp.ptr              = 0;
opt289net/inet/ip.copt->security                = 0;
opt290net/inet/ip.copt->compartment             = 0;
opt291net/inet/ip.copt->handling                = 0;
opt292net/inet/ip.copt->stream                  = 0;
opt293net/inet/ip.copt->tcc                     = 0;
opt312net/inet/ip.copt->security = ntohs(*(unsigned short *)buff);
opt314net/inet/ip.copt->compartment = ntohs(*(unsigned short *)buff);
opt316net/inet/ip.copt->handling = ntohs(*(unsigned short *)buff);
opt318net/inet/ip.copt->tcc = ((*buff) << 16) + ntohs(*(unsigned short *)(buff+1));
opt326net/inet/ip.copt->loose_route.route_size = (*buff -3)/4;
opt329net/inet/ip.copt->loose_route.pointer = *buff/4 - 1;
opt332net/inet/ip.cfor (i = 0; i < opt->loose_route.route_size; i++) {
opt335net/inet/ip.copt->loose_route.route[i] = *(unsigned long *)buff;
opt343net/inet/ip.copt->strict_route.route_size = (*buff -3)/4;
opt346net/inet/ip.copt->strict_route.pointer = *buff/4 - 1;
opt349net/inet/ip.cfor (i = 0; i < opt->strict_route.route_size; i++) {
opt352net/inet/ip.copt->strict_route.route[i] = *(unsigned long *)buff;
opt360net/inet/ip.copt->record_route.route_size = (*buff -3)/4;
opt363net/inet/ip.copt->record_route.pointer = *buff/4 - 1;
opt366net/inet/ip.cfor (i = 0; i < opt->record_route.route_size; i++) {
opt369net/inet/ip.copt->record_route.route[i] = *(unsigned long *)buff;
opt376net/inet/ip.copt->stream = *(unsigned short *)buff;
opt383net/inet/ip.copt->tstamp.len = *buff / 4 - 1;
opt386net/inet/ip.copt->tstamp.ptr = (*buff-1)/4;
opt388net/inet/ip.copt->tstamp.x.full_char = *buff;
opt390net/inet/ip.cfor (i = 0; i < opt->tstamp.len; i++) {
opt391net/inet/ip.copt->tstamp.data[i] = *(unsigned long *)buff;
opt399net/inet/ip.cif (opt->record_route.route_size == 0) {
opt400net/inet/ip.cif (opt->strict_route.route_size != 0) {
opt401net/inet/ip.cmemcpy(&(opt->record_route), &(opt->strict_route),
opt402net/inet/ip.csizeof(opt->record_route));
opt403net/inet/ip.c} else if (opt->loose_route.route_size != 0) {
opt404net/inet/ip.cmemcpy(&(opt->record_route), &(opt->loose_route),
opt405net/inet/ip.csizeof(opt->record_route));
opt409net/inet/ip.cif (opt->strict_route.route_size != 0 &&
opt410net/inet/ip.copt->strict_route.route_size != opt->strict_route.pointer) {
opt411net/inet/ip.cstrict_route(iph, opt);
opt415net/inet/ip.cif (opt->loose_route.route_size != 0 &&
opt416net/inet/ip.copt->loose_route.route_size != opt->loose_route.pointer) {
opt417net/inet/ip.cloose_route(iph, opt);
opt1191net/inet/ip.cstatic struct options opt; /* since we don't use these yet, and they
opt1210net/inet/ip.cmemset((char *) &opt, 0, sizeof(opt));
opt1211net/inet/ip.cif (do_options(iph, &opt) != 0)
opt1308net/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,
opt90net/inet/raw.craw_rcv(struct sk_buff *skb, struct device *dev, struct options *opt,
opt98net/inet/raw.cskb, dev, opt, daddr, len, saddr, redo, protocol));
opt217net/inet/raw.csk->protocol, sk->opt, skb->mem_len);
opt27net/inet/raw.hstruct options *opt, unsigned long daddr,
opt322net/inet/route.cstruct rtable * rt_route(unsigned long daddr, struct options *opt)
opt42net/inet/route.hextern struct rtable  *rt_route(unsigned long daddr, struct options *opt);
opt782net/inet/sock.csk->opt = NULL;
opt1683net/inet/sock.cif (sk->prot->rcv) sk->prot->rcv(skb, skb->dev, sk->opt,
opt55net/inet/sock.hstruct options    *opt;
opt180net/inet/sock.hstruct options *opt, int len);
opt191net/inet/sock.hstruct options *opt, unsigned long daddr,
opt625net/inet/tcp.cIPPROTO_TCP, sk->opt, MAX_ACK_SIZE);
opt890net/inet/tcp.cIPPROTO_TCP, sk->opt, skb->mem_len);
opt1011net/inet/tcp.cIPPROTO_TCP, sk->opt, MAX_ACK_SIZE);
opt1486net/inet/tcp.cIPPROTO_TCP, sk->opt,
opt1572net/inet/tcp.cstruct proto *prot, struct options *opt, struct device *dev)
opt1596net/inet/tcp.ctmp = prot->build_header(buff, saddr, daddr, &dev, IPPROTO_TCP, opt,
opt1700net/inet/tcp.cstruct options *opt, struct device *dev)
opt1711net/inet/tcp.csk, skb, daddr, saddr, opt, dev));
opt1720net/inet/tcp.ctcp_reset(daddr, saddr, th, sk->prot, opt, dev);
opt2001net/inet/tcp.cIPPROTO_TCP, sk->opt,
opt2865net/inet/tcp.cstruct options *opt, unsigned long saddr)
opt2874net/inet/tcp.csk, th, len, opt, saddr));
opt2912net/inet/tcp.ctcp_rcv(struct sk_buff *skb, struct device *dev, struct options *opt,
opt2929net/inet/tcp.cif (!opt) {  /* FIXME: it's ok for opt to be NULL */
opt2972net/inet/tcp.ctcp_reset(daddr, saddr, th, &tcp_prot, opt,dev);
opt3057net/inet/tcp.cif (!tcp_sequence(sk, th, len, opt, saddr)) {
opt3093net/inet/tcp.cif (opt && (opt->security != 0 ||
opt3094net/inet/tcp.copt->compartment != 0 || th->syn)) {
opt3098net/inet/tcp.ctcp_reset(daddr, saddr,  th, sk->prot, opt,dev);
opt3148net/inet/tcp.ctcp_reset(daddr, saddr, th, sk->prot, opt,dev);
opt3161net/inet/tcp.ctcp_reset(daddr, saddr, th, sk->prot, opt,dev);
opt3169net/inet/tcp.cif (opt->security != 0 || opt->compartment != 0) {
opt3170net/inet/tcp.ctcp_reset(daddr, saddr, th, prot, opt,dev);
opt3182net/inet/tcp.ctcp_conn_request(sk, skb, daddr, saddr, opt, dev);
opt3192net/inet/tcp.cif (!tcp_sequence(sk, th, len, opt, saddr)) {
opt3212net/inet/tcp.cif (opt->security != 0 || opt->compartment != 0) {
opt3216net/inet/tcp.ctcp_reset(daddr, saddr,  th, sk->prot, opt, dev);
opt3239net/inet/tcp.csk->prot, opt,dev);
opt3264net/inet/tcp.csk->prot, opt, dev);
opt3357net/inet/tcp.cIPPROTO_TCP, sk->opt, MAX_ACK_SIZE);
opt141net/inet/tcp.hstruct options *opt, unsigned long daddr,
opt252net/inet/udp.c&dev, IPPROTO_UDP, sk->opt, skb->mem_len);
opt546net/inet/udp.cudp_rcv(struct sk_buff *skb, struct device *dev, struct options *opt,
opt44net/inet/udp.hstruct options *opt, unsigned long daddr,