taglinefilesource code
intrfc104include/net/sock.hipx_interface    *intrfc;
intrfc149net/ipx/af_ipx.cipx_interface  *intrfc;
intrfc156net/ipx/af_ipx.cintrfc = sk->protinfo.af_ipx.intrfc;
intrfc157net/ipx/af_ipx.cif (intrfc == NULL) {
intrfc162net/ipx/af_ipx.cs=intrfc->if_sklist;
intrfc164net/ipx/af_ipx.cintrfc->if_sklist=s->next;
intrfc244net/ipx/af_ipx.cipxitf_insert_socket(ipx_interface *intrfc, ipx_socket *sk)
intrfc248net/ipx/af_ipx.csk->protinfo.af_ipx.intrfc = intrfc;
intrfc250net/ipx/af_ipx.cif (intrfc->if_sklist == NULL) {
intrfc251net/ipx/af_ipx.cintrfc->if_sklist = sk;
intrfc253net/ipx/af_ipx.cfor (s = intrfc->if_sklist; s->next != NULL; s = s->next)
intrfc260net/ipx/af_ipx.cipxitf_find_socket(ipx_interface *intrfc, unsigned short port)
intrfc264net/ipx/af_ipx.cfor (s=intrfc->if_sklist; 
intrfc275net/ipx/af_ipx.cipxitf_find_internal_socket(ipx_interface *intrfc,
intrfc278net/ipx/af_ipx.cipx_socket *s = intrfc->if_sklist;
intrfc296net/ipx/af_ipx.cipxitf_down(ipx_interface *intrfc)
intrfc302net/ipx/af_ipx.cipxrtr_del_routes(intrfc);
intrfc305net/ipx/af_ipx.cfor (s = intrfc->if_sklist; s != NULL; ) {
intrfc308net/ipx/af_ipx.cs->protinfo.af_ipx.intrfc = NULL;
intrfc315net/ipx/af_ipx.cintrfc->if_sklist = NULL;
intrfc318net/ipx/af_ipx.cif (intrfc == ipx_interfaces) {
intrfc319net/ipx/af_ipx.cipx_interfaces = intrfc->if_next;
intrfc322net/ipx/af_ipx.c(i != NULL) && (i->if_next != intrfc);
intrfc325net/ipx/af_ipx.cif ((i != NULL) && (i->if_next == intrfc)) 
intrfc326net/ipx/af_ipx.ci->if_next = intrfc->if_next;
intrfc330net/ipx/af_ipx.cif (intrfc == ipx_primary_net)
intrfc332net/ipx/af_ipx.cif (intrfc == ipx_internal_net)
intrfc335net/ipx/af_ipx.ckfree_s(intrfc, sizeof(*intrfc));
intrfc384net/ipx/af_ipx.cipxitf_demux_socket(ipx_interface *intrfc, struct sk_buff *skb, int copy) 
intrfc392net/ipx/af_ipx.cs = intrfc->if_sklist;
intrfc423net/ipx/af_ipx.cif (intrfc != ipx_internal_net)
intrfc448net/ipx/af_ipx.cipxitf_demux_socket(ipx_interface *intrfc, struct sk_buff *skb, int copy) 
intrfc454net/ipx/af_ipx.csock1 = ipxitf_find_socket(intrfc, ipx->ipx_dest.sock);
intrfc464net/ipx/af_ipx.cif (ipx_primary_net && (intrfc != ipx_primary_net)) 
intrfc546net/ipx/af_ipx.cipxitf_adjust_skbuff(ipx_interface *intrfc, struct sk_buff *skb)
intrfc550net/ipx/af_ipx.cint  out_offset = intrfc->if_ipx_offset;
intrfc573net/ipx/af_ipx.cstatic int ipxitf_send(ipx_interface *intrfc, struct sk_buff *skb, char *node)
intrfc576net/ipx/af_ipx.cstruct device  *dev = intrfc->if_dev;
intrfc577net/ipx/af_ipx.cstruct datalink_proto  *dl = intrfc->if_dlink;
intrfc597net/ipx/af_ipx.cif (ipx->ipx_dest.net == intrfc->if_netnum) 
intrfc602net/ipx/af_ipx.cif (memcmp(intrfc->if_node, node, IPX_NODE_LEN) == 0) 
intrfc615net/ipx/af_ipx.creturn ipxitf_demux_socket(intrfc, skb, 0);
intrfc627net/ipx/af_ipx.cipxitf_demux_socket(intrfc, skb, send_to_wire);
intrfc639net/ipx/af_ipx.cif (ipx->ipx_source.net != intrfc->if_netnum) 
intrfc673net/ipx/af_ipx.cskb = ipxitf_adjust_skbuff(intrfc, skb);
intrfc700net/ipx/af_ipx.cstatic int ipxitf_add_local_route(ipx_interface *intrfc)
intrfc702net/ipx/af_ipx.creturn ipxrtr_add_route(intrfc->if_netnum, intrfc, NULL);
intrfc709net/ipx/af_ipx.cstatic int ipxitf_rcv(ipx_interface *intrfc, struct sk_buff *skb)
intrfc728net/ipx/af_ipx.cif ((intrfc->if_netnum == 0L) && 
intrfc738net/ipx/af_ipx.cintrfc->if_netnum = ipx->ipx_source.net;
intrfc739net/ipx/af_ipx.c(void) ipxitf_add_local_route(intrfc);
intrfc747net/ipx/af_ipx.cipx_device_name(intrfc),
intrfc748net/ipx/af_ipx.cipx_frame_name(intrfc->if_dlink_type));
intrfc753net/ipx/af_ipx.cipx->ipx_dest.net = intrfc->if_netnum;
intrfc755net/ipx/af_ipx.cipx->ipx_source.net = intrfc->if_netnum;
intrfc757net/ipx/af_ipx.cif (intrfc->if_netnum != ipx->ipx_dest.net) 
intrfc780net/ipx/af_ipx.c|| (memcmp(intrfc->if_node, ipx->ipx_dest.node, IPX_NODE_LEN) == 0)) 
intrfc782net/ipx/af_ipx.creturn ipxitf_demux_socket(intrfc, skb, 0);
intrfc791net/ipx/af_ipx.cipxitf_insert(ipx_interface *intrfc)
intrfc795net/ipx/af_ipx.cintrfc->if_next = NULL;
intrfc797net/ipx/af_ipx.cipx_interfaces = intrfc;
intrfc801net/ipx/af_ipx.ci->if_next = intrfc;
intrfc805net/ipx/af_ipx.cipx_primary_net = intrfc;
intrfc812net/ipx/af_ipx.cipx_interface  *intrfc;
intrfc822net/ipx/af_ipx.cintrfc=(ipx_interface *)kmalloc(sizeof(ipx_interface),GFP_ATOMIC);
intrfc823net/ipx/af_ipx.cif (intrfc==NULL)
intrfc825net/ipx/af_ipx.cintrfc->if_dev=NULL;
intrfc826net/ipx/af_ipx.cintrfc->if_netnum=idef->ipx_network;
intrfc827net/ipx/af_ipx.cintrfc->if_dlink_type = 0;
intrfc828net/ipx/af_ipx.cintrfc->if_dlink = NULL;
intrfc829net/ipx/af_ipx.cintrfc->if_sklist = NULL;
intrfc830net/ipx/af_ipx.cintrfc->if_internal = 1;
intrfc831net/ipx/af_ipx.cintrfc->if_ipx_offset = 0;
intrfc832net/ipx/af_ipx.cintrfc->if_sknum = IPX_MIN_EPHEMERAL_SOCKET;
intrfc833net/ipx/af_ipx.cmemcpy((char *)&(intrfc->if_node), idef->ipx_node, IPX_NODE_LEN);
intrfc834net/ipx/af_ipx.cipx_internal_net = intrfc;
intrfc835net/ipx/af_ipx.cipx_primary_net = intrfc;
intrfc836net/ipx/af_ipx.cipxitf_insert(intrfc);
intrfc837net/ipx/af_ipx.creturn ipxitf_add_local_route(intrfc);
intrfc859net/ipx/af_ipx.cipx_interface  *intrfc;
intrfc911net/ipx/af_ipx.cif ((intrfc = ipxitf_find_using_phys(dev, dlink_type)) == NULL) 
intrfc914net/ipx/af_ipx.cintrfc=(ipx_interface *)kmalloc(sizeof(ipx_interface),GFP_ATOMIC);
intrfc915net/ipx/af_ipx.cif (intrfc==NULL)
intrfc917net/ipx/af_ipx.cintrfc->if_dev=dev;
intrfc918net/ipx/af_ipx.cintrfc->if_netnum=idef->ipx_network;
intrfc919net/ipx/af_ipx.cintrfc->if_dlink_type = dlink_type;
intrfc920net/ipx/af_ipx.cintrfc->if_dlink = datalink;
intrfc921net/ipx/af_ipx.cintrfc->if_sklist = NULL;
intrfc922net/ipx/af_ipx.cintrfc->if_sknum = IPX_MIN_EPHEMERAL_SOCKET;
intrfc925net/ipx/af_ipx.cipx_primary_net = intrfc;
intrfc926net/ipx/af_ipx.cintrfc->if_internal = 0;
intrfc927net/ipx/af_ipx.cintrfc->if_ipx_offset = dev->hard_header_len + datalink->header_length;
intrfc930net/ipx/af_ipx.cmemset(intrfc->if_node, 0, IPX_NODE_LEN);
intrfc931net/ipx/af_ipx.cmemcpy((char *)&(intrfc->if_node[IPX_NODE_LEN-dev->addr_len]), 
intrfc935net/ipx/af_ipx.cmemcpy(intrfc->if_node, idef->ipx_node, IPX_NODE_LEN);
intrfc936net/ipx/af_ipx.cipxitf_insert(intrfc);
intrfc940net/ipx/af_ipx.cif (intrfc->if_netnum == 0L) 
intrfc943net/ipx/af_ipx.creturn ipxitf_add_local_route(intrfc);
intrfc951net/ipx/af_ipx.cipx_interface  *intrfc;
intrfc968net/ipx/af_ipx.cintrfc = ipxitf_find_using_phys(dev, dlink_type);
intrfc969net/ipx/af_ipx.cif (intrfc != NULL) {
intrfc970net/ipx/af_ipx.cipxitf_down(intrfc);
intrfc980net/ipx/af_ipx.cipx_interface  *intrfc;
intrfc997net/ipx/af_ipx.cintrfc=(ipx_interface *)kmalloc(sizeof(ipx_interface),GFP_ATOMIC);
intrfc998net/ipx/af_ipx.cif (intrfc!=NULL) {
intrfc999net/ipx/af_ipx.cintrfc->if_dev=dev;
intrfc1000net/ipx/af_ipx.cintrfc->if_netnum=0L;
intrfc1001net/ipx/af_ipx.cintrfc->if_dlink_type = dlink_type;
intrfc1002net/ipx/af_ipx.cintrfc->if_dlink = datalink;
intrfc1003net/ipx/af_ipx.cintrfc->if_sklist = NULL;
intrfc1004net/ipx/af_ipx.cintrfc->if_internal = 0;
intrfc1005net/ipx/af_ipx.cintrfc->if_sknum = IPX_MIN_EPHEMERAL_SOCKET;
intrfc1006net/ipx/af_ipx.cintrfc->if_ipx_offset = dev->hard_header_len + 
intrfc1008net/ipx/af_ipx.cmemset(intrfc->if_node, 0, IPX_NODE_LEN);
intrfc1009net/ipx/af_ipx.cmemcpy((char *)&(intrfc->if_node[IPX_NODE_LEN-dev->addr_len]), 
intrfc1011net/ipx/af_ipx.cipxitf_insert(intrfc);
intrfc1014net/ipx/af_ipx.creturn intrfc;
intrfc1101net/ipx/af_ipx.cipxrtr_add_route(unsigned long network, ipx_interface *intrfc, unsigned char *node)
intrfc1114net/ipx/af_ipx.celse if (intrfc == ipx_internal_net)
intrfc1118net/ipx/af_ipx.crt->ir_intrfc = intrfc;
intrfc1130net/ipx/af_ipx.cipxrtr_del_routes(ipx_interface *intrfc)
intrfc1135net/ipx/af_ipx.cif (tmp->ir_intrfc == intrfc) {
intrfc1147net/ipx/af_ipx.cipx_interface *intrfc;
intrfc1150net/ipx/af_ipx.cintrfc = ipxitf_find_using_net(rd->ipx_router_network);
intrfc1151net/ipx/af_ipx.cif (intrfc == NULL)
intrfc1154net/ipx/af_ipx.creturn ipxrtr_add_route(rd->ipx_network, intrfc, rd->ipx_router_node);
intrfc1246net/ipx/af_ipx.cipx_interface *intrfc;
intrfc1257net/ipx/af_ipx.cintrfc = ipx_primary_net;
intrfc1265net/ipx/af_ipx.cintrfc = rt->ir_intrfc;
intrfc1268net/ipx/af_ipx.cipx_offset = intrfc->if_ipx_offset;
intrfc1288net/ipx/af_ipx.cipx->ipx_source.net = sk->protinfo.af_ipx.intrfc->if_netnum;
intrfc1295net/ipx/af_ipx.cipx->ipx_source.net = intrfc->if_netnum;
intrfc1296net/ipx/af_ipx.cmemcpy(ipx->ipx_source.node, intrfc->if_node, IPX_NODE_LEN);
intrfc1300net/ipx/af_ipx.cipx->ipx_source.net = sk->protinfo.af_ipx.intrfc->if_netnum;
intrfc1301net/ipx/af_ipx.cmemcpy(ipx->ipx_source.node, sk->protinfo.af_ipx.intrfc->if_node, IPX_NODE_LEN);
intrfc1315net/ipx/af_ipx.cif(sk->no_check || intrfc->if_dlink_type!=IPX_FRAME_8023)
intrfc1328net/ipx/af_ipx.creturn ipxitf_send(intrfc, skb, (rt && rt->ir_routed) ? 
intrfc1408net/ipx/af_ipx.cipx_device_name(ipx_interface *intrfc)
intrfc1410net/ipx/af_ipx.creturn (intrfc->if_internal ? "Internal" :
intrfc1411net/ipx/af_ipx.c(intrfc->if_dev ? intrfc->if_dev->name : "Unknown"));
intrfc1481net/ipx/af_ipx.chtonl(s->protinfo.af_ipx.intrfc->if_netnum),
intrfc1745net/ipx/af_ipx.cipx_first_free_socketnum(ipx_interface *intrfc)
intrfc1747net/ipx/af_ipx.cunsigned short  socketNum = intrfc->if_sknum;
intrfc1752net/ipx/af_ipx.cwhile (ipxitf_find_socket(intrfc, ntohs(socketNum)) != NULL)
intrfc1758net/ipx/af_ipx.cintrfc->if_sknum = socketNum;
intrfc1765net/ipx/af_ipx.cipx_interface *intrfc;
intrfc1776net/ipx/af_ipx.cintrfc = ipxitf_find_using_net(addr->sipx_network);
intrfc1777net/ipx/af_ipx.cif (intrfc == NULL)
intrfc1781net/ipx/af_ipx.caddr->sipx_port = ipx_first_free_socketnum(intrfc);
intrfc1792net/ipx/af_ipx.cif (intrfc == ipx_internal_net)
intrfc1806net/ipx/af_ipx.cmemcpy(sk->protinfo.af_ipx.node, intrfc->if_node,
intrfc1813net/ipx/af_ipx.cif (ipxitf_find_internal_socket(intrfc, 
intrfc1830net/ipx/af_ipx.cmemcpy(sk->protinfo.af_ipx.node, intrfc->if_node, 
intrfc1833net/ipx/af_ipx.cif(ipxitf_find_socket(intrfc, addr->sipx_port)!=NULL) {
intrfc1846net/ipx/af_ipx.cif(ipxitf_find_socket(intrfc, addr->sipx_port)!=NULL) {
intrfc1855net/ipx/af_ipx.cipxitf_insert_socket(intrfc, sk);
intrfc1884net/ipx/af_ipx.cmemcpy(uaddr.sipx_node, sk->protinfo.af_ipx.intrfc->if_node,
intrfc1937net/ipx/af_ipx.cif (sk->protinfo.af_ipx.intrfc != NULL) {
intrfc1938net/ipx/af_ipx.csipx.sipx_network = sk->protinfo.af_ipx.intrfc->if_netnum;
intrfc1943net/ipx/af_ipx.csk->protinfo.af_ipx.intrfc->if_node, IPX_NODE_LEN);
intrfc2019net/ipx/af_ipx.cipx_interface  *intrfc;
intrfc2042net/ipx/af_ipx.cintrfc = ipxitf_find_using_phys(dev, pt->type);
intrfc2043net/ipx/af_ipx.cif (intrfc == NULL) 
intrfc2046net/ipx/af_ipx.cintrfc = ipxitf_auto_create(dev, pt->type);
intrfc2049net/ipx/af_ipx.cif (intrfc == NULL) {
intrfc2056net/ipx/af_ipx.creturn ipxitf_rcv(intrfc, skb);
intrfc2082net/ipx/af_ipx.cmemcpy(uaddr.sipx_node, sk->protinfo.af_ipx.intrfc