taglinefilesource code
intrfc136net/ipx/af_ipx.cipx_interface  *intrfc;
intrfc143net/ipx/af_ipx.cintrfc = sk->ipx_intrfc;
intrfc144net/ipx/af_ipx.cif (intrfc == NULL) {
intrfc149net/ipx/af_ipx.cs=intrfc->if_sklist;
intrfc151net/ipx/af_ipx.cintrfc->if_sklist=s->next;
intrfc230net/ipx/af_ipx.cipxitf_insert_socket(ipx_interface *intrfc, ipx_socket *sk)
intrfc234net/ipx/af_ipx.csk->ipx_intrfc = intrfc;
intrfc236net/ipx/af_ipx.cif (intrfc->if_sklist == NULL) {
intrfc237net/ipx/af_ipx.cintrfc->if_sklist = sk;
intrfc239net/ipx/af_ipx.cfor (s = intrfc->if_sklist; s->next != NULL; s = s->next)
intrfc246net/ipx/af_ipx.cipxitf_find_socket(ipx_interface *intrfc, unsigned short port)
intrfc250net/ipx/af_ipx.cfor (s=intrfc->if_sklist; 
intrfc261net/ipx/af_ipx.cipxitf_down(ipx_interface *intrfc)
intrfc267net/ipx/af_ipx.cipxrtr_del_routes(intrfc);
intrfc270net/ipx/af_ipx.cfor (s = intrfc->if_sklist; s != NULL; ) {
intrfc280net/ipx/af_ipx.cintrfc->if_sklist = NULL;
intrfc283net/ipx/af_ipx.cif (intrfc == ipx_interfaces) {
intrfc284net/ipx/af_ipx.cipx_interfaces = intrfc->if_next;
intrfc287net/ipx/af_ipx.c(i != NULL) && (i->if_next != intrfc);
intrfc290net/ipx/af_ipx.cif ((i != NULL) && (i->if_next == intrfc)) 
intrfc291net/ipx/af_ipx.ci->if_next = intrfc->if_next;
intrfc295net/ipx/af_ipx.cif (intrfc == ipx_primary_net)
intrfc297net/ipx/af_ipx.cif (intrfc == ipx_internal_net)
intrfc300net/ipx/af_ipx.ckfree_s(intrfc, sizeof(*intrfc));
intrfc344net/ipx/af_ipx.cipxitf_demux_socket(ipx_interface *intrfc, struct sk_buff *skb, int copy) 
intrfc350net/ipx/af_ipx.csock1 = ipxitf_find_socket(intrfc, ipx->ipx_dest.sock);
intrfc359net/ipx/af_ipx.cif (ipx_primary_net && (intrfc != ipx_primary_net)) {
intrfc426net/ipx/af_ipx.cipxitf_adjust_skbuff(ipx_interface *intrfc, struct sk_buff *skb)
intrfc430net/ipx/af_ipx.cint  out_offset = intrfc->if_ipx_offset;
intrfc470net/ipx/af_ipx.cipxitf_send(ipx_interface *intrfc, struct sk_buff *skb, char *node)
intrfc473net/ipx/af_ipx.cstruct device  *dev = intrfc->if_dev;
intrfc474net/ipx/af_ipx.cstruct datalink_proto  *dl = intrfc->if_dlink;
intrfc486net/ipx/af_ipx.cif (ipx->ipx_dest.net == intrfc->if_netnum) {
intrfc487net/ipx/af_ipx.cif (memcmp(intrfc->if_node, node, IPX_NODE_LEN) == 0) 
intrfc488net/ipx/af_ipx.creturn ipxitf_demux_socket(intrfc, skb, 0);
intrfc490net/ipx/af_ipx.cipxitf_demux_socket(intrfc, skb, send_to_wire);
intrfc496net/ipx/af_ipx.cif (ipx->ipx_source.net != intrfc->if_netnum) {
intrfc523net/ipx/af_ipx.cskb = ipxitf_adjust_skbuff(intrfc, skb);
intrfc552net/ipx/af_ipx.cipxitf_add_local_route(ipx_interface *intrfc)
intrfc554net/ipx/af_ipx.creturn ipxrtr_add_route(intrfc->if_netnum, intrfc, NULL);
intrfc562net/ipx/af_ipx.cipxitf_rcv(ipx_interface *intrfc, struct sk_buff *skb)
intrfc568net/ipx/af_ipx.cif ((intrfc->if_netnum == 0L) && 
intrfc576net/ipx/af_ipx.cintrfc->if_netnum = ipx->ipx_source.net;
intrfc577net/ipx/af_ipx.c(void) ipxitf_add_local_route(intrfc);
intrfc583net/ipx/af_ipx.cipx_device_name(intrfc),
intrfc584net/ipx/af_ipx.cipx_frame_name(intrfc->if_dlink_type));
intrfc589net/ipx/af_ipx.cipx->ipx_dest.net = intrfc->if_netnum;
intrfc591net/ipx/af_ipx.cipx->ipx_source.net = intrfc->if_netnum;
intrfc593net/ipx/af_ipx.cif (intrfc->if_netnum != ipx->ipx_dest.net) {
intrfc605net/ipx/af_ipx.c|| (memcmp(intrfc->if_node, ipx->ipx_dest.node, IPX_NODE_LEN) == 0)) {
intrfc606net/ipx/af_ipx.creturn ipxitf_demux_socket(intrfc, skb, 0);
intrfc615net/ipx/af_ipx.cipxitf_insert(ipx_interface *intrfc)
intrfc619net/ipx/af_ipx.cintrfc->if_next = NULL;
intrfc621net/ipx/af_ipx.cipx_interfaces = intrfc;
intrfc625net/ipx/af_ipx.ci->if_next = intrfc;
intrfc629net/ipx/af_ipx.cipx_primary_net = intrfc;
intrfc635net/ipx/af_ipx.cipx_interface  *intrfc;
intrfc645net/ipx/af_ipx.cintrfc=(ipx_interface *)kmalloc(sizeof(ipx_interface),GFP_ATOMIC);
intrfc646net/ipx/af_ipx.cif (intrfc==NULL)
intrfc648net/ipx/af_ipx.cintrfc->if_dev=NULL;
intrfc649net/ipx/af_ipx.cintrfc->if_netnum=idef->ipx_network;
intrfc650net/ipx/af_ipx.cintrfc->if_dlink_type = 0;
intrfc651net/ipx/af_ipx.cintrfc->if_dlink = NULL;
intrfc652net/ipx/af_ipx.cintrfc->if_sklist = NULL;
intrfc653net/ipx/af_ipx.cintrfc->if_internal = 1;
intrfc654net/ipx/af_ipx.cintrfc->if_ipx_offset = 0;
intrfc655net/ipx/af_ipx.cintrfc->if_sknum = IPX_MIN_EPHEMERAL_SOCKET;
intrfc656net/ipx/af_ipx.cmemcpy((char *)&(intrfc->if_node), idef->ipx_node, IPX_NODE_LEN);
intrfc657net/ipx/af_ipx.cipx_internal_net = intrfc;
intrfc658net/ipx/af_ipx.cipx_primary_net = intrfc;
intrfc659net/ipx/af_ipx.cipxitf_insert(intrfc);
intrfc660net/ipx/af_ipx.creturn ipxitf_add_local_route(intrfc);
intrfc681net/ipx/af_ipx.cipx_interface  *intrfc;
intrfc729net/ipx/af_ipx.cif ((intrfc = ipxitf_find_using_phys(dev, dlink_type)) == NULL) {
intrfc732net/ipx/af_ipx.cintrfc=(ipx_interface *)kmalloc(sizeof(ipx_interface),GFP_ATOMIC);
intrfc733net/ipx/af_ipx.cif (intrfc==NULL)
intrfc735net/ipx/af_ipx.cintrfc->if_dev=dev;
intrfc736net/ipx/af_ipx.cintrfc->if_netnum=idef->ipx_network;
intrfc737net/ipx/af_ipx.cintrfc->if_dlink_type = dlink_type;
intrfc738net/ipx/af_ipx.cintrfc->if_dlink = datalink;
intrfc739net/ipx/af_ipx.cintrfc->if_sklist = NULL;
intrfc740net/ipx/af_ipx.cintrfc->if_sknum = IPX_MIN_EPHEMERAL_SOCKET;
intrfc743net/ipx/af_ipx.cipx_primary_net = intrfc;
intrfc744net/ipx/af_ipx.cintrfc->if_internal = 0;
intrfc745net/ipx/af_ipx.cintrfc->if_ipx_offset = dev->hard_header_len + datalink->header_length;
intrfc746net/ipx/af_ipx.cmemset(intrfc->if_node, 0, IPX_NODE_LEN);
intrfc747net/ipx/af_ipx.cmemcpy((char *)&(intrfc->if_node[IPX_NODE_LEN-dev->addr_len]), dev->dev_addr, dev->addr_len);
intrfc749net/ipx/af_ipx.cipxitf_insert(intrfc);
intrfc753net/ipx/af_ipx.cif (intrfc->if_netnum == 0L) 
intrfc756net/ipx/af_ipx.creturn ipxitf_add_local_route(intrfc);
intrfc764net/ipx/af_ipx.cipx_interface  *intrfc;
intrfc781net/ipx/af_ipx.cintrfc = ipxitf_find_using_phys(dev, dlink_type);
intrfc782net/ipx/af_ipx.cif (intrfc != NULL) {
intrfc783net/ipx/af_ipx.cipxitf_down(intrfc);
intrfc793net/ipx/af_ipx.cipx_interface  *intrfc;
intrfc809net/ipx/af_ipx.cintrfc=(ipx_interface *)kmalloc(sizeof(ipx_interface),GFP_ATOMIC);
intrfc810net/ipx/af_ipx.cif (intrfc!=NULL) {
intrfc811net/ipx/af_ipx.cintrfc->if_dev=dev;
intrfc812net/ipx/af_ipx.cintrfc->if_netnum=0L;
intrfc813net/ipx/af_ipx.cintrfc->if_dlink_type = dlink_type;
intrfc814net/ipx/af_ipx.cintrfc->if_dlink = datalink;
intrfc815net/ipx/af_ipx.cintrfc->if_sklist = NULL;
intrfc816net/ipx/af_ipx.cintrfc->if_internal = 0;
intrfc817net/ipx/af_ipx.cintrfc->if_sknum = IPX_MIN_EPHEMERAL_SOCKET;
intrfc818net/ipx/af_ipx.cintrfc->if_ipx_offset = dev->hard_header_len + 
intrfc820net/ipx/af_ipx.cmemset(intrfc->if_node, 0, IPX_NODE_LEN);
intrfc821net/ipx/af_ipx.cmemcpy((char *)&(intrfc->if_node[IPX_NODE_LEN-dev->addr_len]), 
intrfc823net/ipx/af_ipx.cipxitf_insert(intrfc);
intrfc826net/ipx/af_ipx.creturn intrfc;
intrfc912net/ipx/af_ipx.cipxrtr_add_route(unsigned long network, ipx_interface *intrfc, unsigned char *node)
intrfc927net/ipx/af_ipx.crt->ir_intrfc = intrfc;
intrfc939net/ipx/af_ipx.cipxrtr_del_routes(ipx_interface *intrfc)
intrfc944net/ipx/af_ipx.cif (tmp->ir_intrfc == intrfc) {
intrfc956net/ipx/af_ipx.cipx_interface *intrfc;
intrfc959net/ipx/af_ipx.cintrfc = ipxitf_find_using_net(rd->ipx_router_network);
intrfc960net/ipx/af_ipx.cif (intrfc == NULL)
intrfc963net/ipx/af_ipx.creturn ipxrtr_add_route(rd->ipx_network, intrfc, rd->ipx_router_node);
intrfc993net/ipx/af_ipx.cipx_interface *intrfc;
intrfc1002net/ipx/af_ipx.cintrfc = ipx_primary_net;
intrfc1008net/ipx/af_ipx.cintrfc = rt->ir_intrfc;
intrfc1011net/ipx/af_ipx.cipx_offset = intrfc->if_ipx_offset;
intrfc1041net/ipx/af_ipx.creturn ipxitf_send(intrfc, skb, (rt && rt->ir_routed) ? 
intrfc1120net/ipx/af_ipx.cipx_device_name(ipx_interface *intrfc)
intrfc1122net/ipx/af_ipx.creturn (intrfc->if_internal ? "Internal" :
intrfc1123net/ipx/af_ipx.c(intrfc->if_dev ? intrfc->if_dev->name : "Unknown"));
intrfc1449net/ipx/af_ipx.cipx_first_free_socketnum(ipx_interface *intrfc)
intrfc1451net/ipx/af_ipx.cunsigned short  socketNum = intrfc->if_sknum;
intrfc1456net/ipx/af_ipx.cwhile (ipxitf_find_socket(intrfc, ntohs(socketNum)) != NULL)
intrfc1462net/ipx/af_ipx.cintrfc->if_sknum = socketNum;
intrfc1469net/ipx/af_ipx.cipx_interface *intrfc;
intrfc1480net/ipx/af_ipx.cintrfc = ipxitf_find_using_net(addr->sipx_network);
intrfc1481net/ipx/af_ipx.cif (intrfc == NULL)
intrfc1485net/ipx/af_ipx.caddr->sipx_port = ipx_first_free_socketnum(intrfc);
intrfc1496net/ipx/af_ipx.cif(ipxitf_find_socket(intrfc, addr->sipx_port)!=NULL) {
intrfc1504net/ipx/af_ipx.cipxitf_insert_socket(intrfc, sk);
intrfc1655net/ipx/af_ipx.cipx_interface  *intrfc;
intrfc1676net/ipx/af_ipx.cintrfc = ipxitf_find_using_phys(dev, pt->type);
intrfc1677net/ipx/af_ipx.cif (intrfc == NULL) {
intrfc1679net/ipx/af_ipx.cintrfc = ipxitf_auto_create(dev, pt->type);
intrfc1682net/ipx/af_ipx.cif (intrfc == NULL) {
intrfc1689net/ipx/af_ipx.creturn ipxitf_rcv(intrfc, skb);