Home
last modified time | relevance | path

Searched refs:rif (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/net/ipv4/netfilter/
Dipfwadm_core.c311 int ip_fw_chk(struct iphdr *ip, struct net_device *rif, __u16 *redirport, in ip_fw_chk() argument
485 if(rif!=f->fw_viadev) in ip_fw_chk()
506 if (f->fw_via.s_addr && rif) { in ip_fw_chk()
509 if (rif->ip_ptr == NULL) in ip_fw_chk()
512 for (ifa = ((struct in_device*)(rif->ip_ptr))->ifa_list; in ip_fw_chk()
587 rif ? rif->name : "-"); in ip_fw_chk()
Dipchains_core.c513 const char *rif, in ip_fw_domatch() argument
524 dump_packet(ip,rif,f,label,src_port,dst_port,count,tcpsyn); in ip_fw_domatch()
549 strcpy(outskb->data+sizeof(__u32)*2, rif); in ip_fw_domatch()
575 const char *rif, in ip_fw_check() argument
612 dump_packet(ip,rif,NULL,NULL,0,0,0,0); in ip_fw_check()
646 dump_packet(ip,rif,NULL,NULL,0,0,0,0); in ip_fw_check()
718 if (ip_rule_match(f,rif,ip, in ip_fw_check()
721 && !ip_fw_domatch(f, ip, rif, chain->label, in ip_fw_check()
/linux-2.4.37.9/include/linux/
Datm.h145 unsigned int rif : 4; /* Rate Increment Factor (4-bit) */ member
/linux-2.4.37.9/drivers/atm/
Diphase.c381 srv_p->rif = 0xf; in init_abr_vc()
429 if (srv_p->rif > MAX_RIF) in ia_open_abr_vc()
463 air = srv_p->pcr << (15 - srv_p->rif); in ia_open_abr_vc()
1868 if (vcc->qos.txtp.rif)
1869 srv_p.rif = vcc->qos.txtp.rif;
Diphase.h836 u8 rif; /* Rate Increment Factor (4-bit) */ member