taglinefilesource code
intrfc139net/ipx/af_ipx.cipx_interface  *intrfc;
intrfc146net/ipx/af_ipx.cintrfc = sk->ipx_intrfc;
intrfc147net/ipx/af_ipx.cif (intrfc == NULL) {
intrfc152net/ipx/af_ipx.cs=intrfc->if_sklist;
intrfc154net/ipx/af_ipx.cintrfc->if_sklist=s->next;
intrfc233net/ipx/af_ipx.cipxitf_insert_socket(ipx_interface *intrfc, ipx_socket *sk)
intrfc237net/ipx/af_ipx.csk->ipx_intrfc = intrfc;
intrfc239net/ipx/af_ipx.cif (intrfc->if_sklist == NULL) {
intrfc240net/ipx/af_ipx.cintrfc->if_sklist = sk;
intrfc242net/ipx/af_ipx.cfor (s = intrfc->if_sklist; s->next != NULL; s = s->next)
intrfc249net/ipx/af_ipx.cipxitf_find_socket(ipx_interface *intrfc, unsigned short port)
intrfc253net/ipx/af_ipx.cfor (s=intrfc->if_sklist; 
intrfc264net/ipx/af_ipx.cipxitf_down(ipx_interface *intrfc)
intrfc270net/ipx/af_ipx.cipxrtr_del_routes(intrfc);
intrfc273net/ipx/af_ipx.cfor (s = intrfc->if_sklist; s != NULL; ) {
intrfc283net/ipx/af_ipx.cintrfc->if_sklist = NULL;
intrfc286net/ipx/af_ipx.cif (intrfc == ipx_interfaces) {
intrfc287net/ipx/af_ipx.cipx_interfaces = intrfc->if_next;
intrfc290net/ipx/af_ipx.c(i != NULL) && (i->if_next != intrfc);
intrfc293net/ipx/af_ipx.cif ((i != NULL) && (i->if_next == intrfc)) 
intrfc294net/ipx/af_ipx.ci->if_next = intrfc->if_next;
intrfc298net/ipx/af_ipx.cif (intrfc == ipx_primary_net)
intrfc300net/ipx/af_ipx.cif (intrfc == ipx_internal_net)
intrfc303net/ipx/af_ipx.ckfree_s(intrfc, sizeof(*intrfc));
intrfc352net/ipx/af_ipx.cstatic int ipxitf_demux_socket(ipx_interface *intrfc, struct sk_buff *skb, int copy) 
intrfc358net/ipx/af_ipx.csock1 = ipxitf_find_socket(intrfc, ipx->ipx_dest.sock);
intrfc368net/ipx/af_ipx.cif (ipx_primary_net && (intrfc != ipx_primary_net)) 
intrfc449net/ipx/af_ipx.cipxitf_adjust_skbuff(ipx_interface *intrfc, struct sk_buff *skb)
intrfc453net/ipx/af_ipx.cint  out_offset = intrfc->if_ipx_offset;
intrfc476net/ipx/af_ipx.cstatic int ipxitf_send(ipx_interface *intrfc, struct sk_buff *skb, char *node)
intrfc479net/ipx/af_ipx.cstruct device  *dev = intrfc->if_dev;
intrfc480net/ipx/af_ipx.cstruct datalink_proto  *dl = intrfc->if_dlink;
intrfc500net/ipx/af_ipx.cif (ipx->ipx_dest.net == intrfc->if_netnum) 
intrfc505net/ipx/af_ipx.cif (memcmp(intrfc->if_node, node, IPX_NODE_LEN) == 0) 
intrfc515net/ipx/af_ipx.creturn ipxitf_demux_socket(intrfc, skb, 0);
intrfc524net/ipx/af_ipx.cipxitf_demux_socket(intrfc, skb, send_to_wire);
intrfc536net/ipx/af_ipx.cif (ipx->ipx_source.net != intrfc->if_netnum) 
intrfc570net/ipx/af_ipx.cskb = ipxitf_adjust_skbuff(intrfc, skb);
intrfc596net/ipx/af_ipx.cstatic int ipxitf_add_local_route(ipx_interface *intrfc)
intrfc598net/ipx/af_ipx.creturn ipxrtr_add_route(intrfc->if_netnum, intrfc, NULL);
intrfc605net/ipx/af_ipx.cstatic int ipxitf_rcv(ipx_interface *intrfc, struct sk_buff *skb)
intrfc624net/ipx/af_ipx.cif ((intrfc->if_netnum == 0L) && 
intrfc634net/ipx/af_ipx.cintrfc->if_netnum = ipx->ipx_source.net;
intrfc635net/ipx/af_ipx.c(void) ipxitf_add_local_route(intrfc);
intrfc643net/ipx/af_ipx.cipx_device_name(intrfc),
intrfc644net/ipx/af_ipx.cipx_frame_name(intrfc->if_dlink_type));
intrfc649net/ipx/af_ipx.cipx->ipx_dest.net = intrfc->if_netnum;
intrfc651net/ipx/af_ipx.cipx->ipx_source.net = intrfc->if_netnum;
intrfc653net/ipx/af_ipx.cif (intrfc->if_netnum != ipx->ipx_dest.net) 
intrfc676net/ipx/af_ipx.c|| (memcmp(intrfc->if_node, ipx->ipx_dest.node, IPX_NODE_LEN) == 0)) 
intrfc678net/ipx/af_ipx.creturn ipxitf_demux_socket(intrfc, skb, 0);
intrfc687net/ipx/af_ipx.cipxitf_insert(ipx_interface *intrfc)
intrfc691net/ipx/af_ipx.cintrfc->if_next = NULL;
intrfc693net/ipx/af_ipx.cipx_interfaces = intrfc;
intrfc697net/ipx/af_ipx.ci->if_next = intrfc;
intrfc701net/ipx/af_ipx.cipx_primary_net = intrfc;
intrfc707net/ipx/af_ipx.cipx_interface  *intrfc;
intrfc717net/ipx/af_ipx.cintrfc=(ipx_interface *)kmalloc(sizeof(ipx_interface),GFP_ATOMIC);
intrfc718net/ipx/af_ipx.cif (intrfc==NULL)
intrfc720net/ipx/af_ipx.cintrfc->if_dev=NULL;
intrfc721net/ipx/af_ipx.cintrfc->if_netnum=idef->ipx_network;
intrfc722net/ipx/af_ipx.cintrfc->if_dlink_type = 0;
intrfc723net/ipx/af_ipx.cintrfc->if_dlink = NULL;
intrfc724net/ipx/af_ipx.cintrfc->if_sklist = NULL;
intrfc725net/ipx/af_ipx.cintrfc->if_internal = 1;
intrfc726net/ipx/af_ipx.cintrfc->if_ipx_offset = 0;
intrfc727net/ipx/af_ipx.cintrfc->if_sknum = IPX_MIN_EPHEMERAL_SOCKET;
intrfc728net/ipx/af_ipx.cmemcpy((char *)&(intrfc->if_node), idef->ipx_node, IPX_NODE_LEN);
intrfc729net/ipx/af_ipx.cipx_internal_net = intrfc;
intrfc730net/ipx/af_ipx.cipx_primary_net = intrfc;
intrfc731net/ipx/af_ipx.cipxitf_insert(intrfc);
intrfc732net/ipx/af_ipx.creturn ipxitf_add_local_route(intrfc);
intrfc753net/ipx/af_ipx.cipx_interface  *intrfc;
intrfc801net/ipx/af_ipx.cif ((intrfc = ipxitf_find_using_phys(dev, dlink_type)) == NULL) {
intrfc804net/ipx/af_ipx.cintrfc=(ipx_interface *)kmalloc(sizeof(ipx_interface),GFP_ATOMIC);
intrfc805net/ipx/af_ipx.cif (intrfc==NULL)
intrfc807net/ipx/af_ipx.cintrfc->if_dev=dev;
intrfc808net/ipx/af_ipx.cintrfc->if_netnum=idef->ipx_network;
intrfc809net/ipx/af_ipx.cintrfc->if_dlink_type = dlink_type;
intrfc810net/ipx/af_ipx.cintrfc->if_dlink = datalink;
intrfc811net/ipx/af_ipx.cintrfc->if_sklist = NULL;
intrfc812net/ipx/af_ipx.cintrfc->if_sknum = IPX_MIN_EPHEMERAL_SOCKET;
intrfc815net/ipx/af_ipx.cipx_primary_net = intrfc;
intrfc816net/ipx/af_ipx.cintrfc->if_internal = 0;
intrfc817net/ipx/af_ipx.cintrfc->if_ipx_offset = dev->hard_header_len + datalink->header_length;
intrfc818net/ipx/af_ipx.cmemset(intrfc->if_node, 0, IPX_NODE_LEN);
intrfc819net/ipx/af_ipx.cmemcpy((char *)&(intrfc->if_node[IPX_NODE_LEN-dev->addr_len]), dev->dev_addr, dev->addr_len);
intrfc821net/ipx/af_ipx.cipxitf_insert(intrfc);
intrfc825net/ipx/af_ipx.cif (intrfc->if_netnum == 0L) 
intrfc828net/ipx/af_ipx.creturn ipxitf_add_local_route(intrfc);
intrfc836net/ipx/af_ipx.cipx_interface  *intrfc;
intrfc853net/ipx/af_ipx.cintrfc = ipxitf_find_using_phys(dev, dlink_type);
intrfc854net/ipx/af_ipx.cif (intrfc != NULL) {
intrfc855net/ipx/af_ipx.cipxitf_down(intrfc);
intrfc865net/ipx/af_ipx.cipx_interface  *intrfc;
intrfc881net/ipx/af_ipx.cintrfc=(ipx_interface *)kmalloc(sizeof(ipx_interface),GFP_ATOMIC);
intrfc882net/ipx/af_ipx.cif (intrfc!=NULL) {
intrfc883net/ipx/af_ipx.cintrfc->if_dev=dev;
intrfc884net/ipx/af_ipx.cintrfc->if_netnum=0L;
intrfc885net/ipx/af_ipx.cintrfc->if_dlink_type = dlink_type;
intrfc886net/ipx/af_ipx.cintrfc->if_dlink = datalink;
intrfc887net/ipx/af_ipx.cintrfc->if_sklist = NULL;
intrfc888net/ipx/af_ipx.cintrfc->if_internal = 0;
intrfc889net/ipx/af_ipx.cintrfc->if_sknum = IPX_MIN_EPHEMERAL_SOCKET;
intrfc890net/ipx/af_ipx.cintrfc->if_ipx_offset = dev->hard_header_len + 
intrfc892net/ipx/af_ipx.cmemset(intrfc->if_node, 0, IPX_NODE_LEN);
intrfc893net/ipx/af_ipx.cmemcpy((char *)&(intrfc->if_node[IPX_NODE_LEN-dev->addr_len]), 
intrfc895net/ipx/af_ipx.cipxitf_insert(intrfc);
intrfc898net/ipx/af_ipx.creturn intrfc;
intrfc984net/ipx/af_ipx.cipxrtr_add_route(unsigned long network, ipx_interface *intrfc, unsigned char *node)
intrfc999net/ipx/af_ipx.crt->ir_intrfc = intrfc;
intrfc1011net/ipx/af_ipx.cipxrtr_del_routes(ipx_interface *intrfc)
intrfc1016net/ipx/af_ipx.cif (tmp->ir_intrfc == intrfc) {
intrfc1028net/ipx/af_ipx.cipx_interface *intrfc;
intrfc1031net/ipx/af_ipx.cintrfc = ipxitf_find_using_net(rd->ipx_router_network);
intrfc1032net/ipx/af_ipx.cif (intrfc == NULL)
intrfc1035net/ipx/af_ipx.creturn ipxrtr_add_route(rd->ipx_network, intrfc, rd->ipx_router_node);
intrfc1068net/ipx/af_ipx.cipx_interface *intrfc;
intrfc1079net/ipx/af_ipx.cintrfc = ipx_primary_net;
intrfc1087net/ipx/af_ipx.cintrfc = rt->ir_intrfc;
intrfc1090net/ipx/af_ipx.cipx_offset = intrfc->if_ipx_offset;
intrfc1127net/ipx/af_ipx.creturn ipxitf_send(intrfc, skb, (rt && rt->ir_routed) ? 
intrfc1206net/ipx/af_ipx.cipx_device_name(ipx_interface *intrfc)
intrfc1208net/ipx/af_ipx.creturn (intrfc->if_internal ? "Internal" :
intrfc1209net/ipx/af_ipx.c(intrfc->if_dev ? intrfc->if_dev->name : "Unknown"));
intrfc1535net/ipx/af_ipx.cipx_first_free_socketnum(ipx_interface *intrfc)
intrfc1537net/ipx/af_ipx.cunsigned short  socketNum = intrfc->if_sknum;
intrfc1542net/ipx/af_ipx.cwhile (ipxitf_find_socket(intrfc, ntohs(socketNum)) != NULL)
intrfc1548net/ipx/af_ipx.cintrfc->if_sknum = socketNum;
intrfc1555net/ipx/af_ipx.cipx_interface *intrfc;
intrfc1566net/ipx/af_ipx.cintrfc = ipxitf_find_using_net(addr->sipx_network);
intrfc1567net/ipx/af_ipx.cif (intrfc == NULL)
intrfc1571net/ipx/af_ipx.caddr->sipx_port = ipx_first_free_socketnum(intrfc);
intrfc1582net/ipx/af_ipx.cif(ipxitf_find_socket(intrfc, addr->sipx_port)!=NULL) {
intrfc1590net/ipx/af_ipx.cipxitf_insert_socket(intrfc, sk);
intrfc1741net/ipx/af_ipx.cipx_interface  *intrfc;
intrfc1762net/ipx/af_ipx.cintrfc = ipxitf_find_using_phys(dev, pt->type);
intrfc1763net/ipx/af_ipx.cif (intrfc == NULL) {
intrfc1765net/ipx/af_ipx.cintrfc = ipxitf_auto_create(dev, pt->type);
intrfc1768net/ipx/af_ipx.cif (intrfc == NULL) {
intrfc1775net/ipx/af_ipx.creturn ipxitf_rcv(intrfc, skb);