Home
last modified time | relevance | path

Searched refs:rcf (Results 1 – 6 of 6) sorted by relevance

/linux-3.4.99/net/802/
Dtr.c54 __be16 rcf; member
203 riflen = (ntohs(trh->rcf) & TR_RCF_LEN_MASK) >> 8; in tr_type_trans()
270 trh->rcf=htons((((sizeof(trh->rcf)) << 8) & TR_RCF_LEN_MASK) in tr_source_route()
290 if(!entry->local_ring && (ntohs(entry->rcf) & TR_RCF_LEN_MASK) >> 8) in tr_source_route()
292 trh->rcf=entry->rcf; in tr_source_route()
294 trh->rcf^=htons(TR_RCF_DIR_BIT); in tr_source_route()
295 trh->rcf&=htons(0x1fff); /* Issam Chehab <ichehab@madge1.demon.co.uk> */ in tr_source_route()
299 printk("entry found with rcf %04x\n", entry->rcf); in tr_source_route()
315 trh->rcf=htons((((sizeof(trh->rcf)) << 8) & TR_RCF_LEN_MASK) in tr_source_route()
328 slack = 18 - ((ntohs(trh->rcf) & TR_RCF_LEN_MASK)>>8); in tr_source_route()
[all …]
/linux-3.4.99/drivers/misc/
Dapds990x.c139 struct reverse_factors rcf; member
309 chip->rcf.afactor * chip->lux_ir) in apds990x_lux_to_threshold()
310 thres = (chip->rcf.cf1 * thres + chip->rcf.irf1 * ir) / in apds990x_lux_to_threshold()
313 thres = (chip->rcf.cf2 * thres + chip->rcf.irf2 * ir) / in apds990x_lux_to_threshold()
1086 chip->rcf.afactor = in apds990x_probe()
1089 chip->rcf.cf1 = APDS_PARAM_SCALE * APDS_PARAM_SCALE / in apds990x_probe()
1091 chip->rcf.irf1 = chip->cf.irf1 * APDS_PARAM_SCALE / in apds990x_probe()
1093 chip->rcf.cf2 = APDS_PARAM_SCALE * APDS_PARAM_SCALE / in apds990x_probe()
1095 chip->rcf.irf2 = chip->cf.irf2 * APDS_PARAM_SCALE / in apds990x_probe()
/linux-3.4.99/include/linux/
Dif_tr.h42 __be16 rcf; /* route control field */ member
/linux-3.4.99/net/netfilter/
Dnf_conntrack_h323_main.c1398 unsigned char **data, RegistrationConfirm *rcf) in process_rcf() argument
1411 rcf->callSignalAddress.item, in process_rcf()
1412 rcf->callSignalAddress.count); in process_rcf()
1417 if (rcf->options & eRegistrationConfirm_timeToLive) { in process_rcf()
1418 pr_debug("nf_ct_ras: RCF TTL = %u seconds\n", rcf->timeToLive); in process_rcf()
1419 info->timeout = rcf->timeToLive; in process_rcf()
/linux-3.4.99/net/atm/
Dlec.c185 riflen = (ntohs(trh->rcf) & TR_RCF_LEN_MASK) >> 8; in get_tr_dst()
186 if ((ntohs(trh->rcf) >> 13) != 0) in get_tr_dst()
198 if (trh->rcf & htons((uint16_t) TR_RCF_DIR_BIT)) in get_tr_dst()
/linux-3.4.99/drivers/net/tokenring/
Dibmtr.c1601 hdr_len = ((ntohs(trhdr->rcf) & TR_RCF_LEN_MASK) >> 8) in tr_tx()