Searched refs:llc (Results 1 - 25 of 43) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/llc/
H A Dllc_c_ac.c28 #include <net/llc.h>
46 struct llc_sock *llc = llc_sk(sk); local
48 if (llc->remote_busy_flag) {
52 llc->remote_busy_flag = 0;
53 del_timer(&llc->busy_state_timer.timer);
133 struct llc_sock *llc = llc_sk(sk); local
153 if (llc->retry_count > llc->n2) {
190 struct llc_sock *llc = llc_sk(sk); local
192 if (llc
200 struct llc_sock *llc = llc_sk(sk); local
225 struct llc_sock *llc = llc_sk(sk); local
251 struct llc_sock *llc = llc_sk(sk); local
278 struct llc_sock *llc = llc_sk(sk); local
308 struct llc_sock *llc = llc_sk(sk); local
336 struct llc_sock *llc = llc_sk(sk); local
363 struct llc_sock *llc = llc_sk(sk); local
380 struct llc_sock *llc = llc_sk(sk); local
397 struct llc_sock *llc = llc_sk(sk); local
426 struct llc_sock *llc = llc_sk(sk); local
461 struct llc_sock *llc = llc_sk(sk); local
485 struct llc_sock *llc = llc_sk(sk); local
509 struct llc_sock *llc = llc_sk(sk); local
533 struct llc_sock *llc = llc_sk(sk); local
557 struct llc_sock *llc = llc_sk(sk); local
581 struct llc_sock *llc = llc_sk(sk); local
604 struct llc_sock *llc = llc_sk(sk); local
617 struct llc_sock *llc = llc_sk(sk); local
641 struct llc_sock *llc = llc_sk(sk); local
665 struct llc_sock *llc = llc_sk(sk); local
690 struct llc_sock *llc = llc_sk(sk); local
714 struct llc_sock *llc = llc_sk(sk); local
738 struct llc_sock *llc = llc_sk(sk); local
772 struct llc_sock *llc = llc_sk(sk); local
801 struct llc_sock *llc = llc_sk(sk); local
838 struct llc_sock *llc = llc_sk(sk); local
859 struct llc_sock *llc = llc_sk(sk); local
907 struct llc_sock *llc = llc_sk(sk); local
933 struct llc_sock *llc = llc_sk(sk); local
958 struct llc_sock *llc = llc_sk(sk); local
991 struct llc_sock *llc = llc_sk(sk); local
1014 struct llc_sock *llc = llc_sk(sk); local
1040 struct llc_sock *llc = llc_sk(sk); local
1065 struct llc_sock *llc = llc_sk(sk); local
1085 struct llc_sock *llc = llc_sk(sk); local
1095 struct llc_sock *llc = llc_sk(sk); local
1108 struct llc_sock *llc = llc_sk(sk); local
1120 struct llc_sock *llc = llc_sk(sk); local
1128 struct llc_sock *llc = llc_sk(sk); local
1138 struct llc_sock *llc = llc_sk(sk); local
1154 struct llc_sock *llc = llc_sk(sk); local
1172 struct llc_sock *llc = llc_sk(sk); local
[all...]
H A Dllc_proc.c21 #include <net/llc.h>
67 struct llc_sock *llc; local
81 llc = llc_sk(sk);
82 sap = llc->sap;
104 struct llc_sock *llc = llc_sk(sk); local
105 struct llc_sap *sap = llc->sap;
115 struct llc_sock *llc; local
123 llc = llc_sk(sk);
127 if (llc->dev)
128 llc_ui_format_mac(seq, llc
161 struct llc_sock *llc; local
[all...]
H A Daf_llc.c4 * Functions in this module are implementation of socket based llc
5 * communications for the Linux operating system. Support of llc class
28 #include <net/llc.h>
79 * llc_ui_header_len - return length of llc header based on operation
80 * @sk: Socket which contains a valid llc socket type.
83 * Provide the length of the llc header depending on what kind of
85 * Returns the correct llc header length.
110 struct llc_sock* llc = llc_sk(sk); local
113 if (unlikely(llc_data_accept_state(llc->state) ||
114 llc
174 struct llc_sock *llc; local
241 struct llc_sock *llc = llc_sk(sk); local
287 struct llc_sock *llc = llc_sk(sk); local
394 struct llc_sock *llc = llc_sk(sk); local
530 struct llc_sock *llc = llc_sk(sk); local
592 struct llc_sock *llc, *newllc; local
658 struct llc_sock *llc = llc_sk(sk); local
812 struct llc_sock *llc = llc_sk(sk); local
898 struct llc_sock *llc = llc_sk(sk); local
962 struct llc_sock *llc = llc_sk(sk); local
1037 struct llc_sock *llc = llc_sk(sk); local
[all...]
H A Dllc_conn.c57 struct llc_sock *llc = llc_sk(skb->sk); local
138 if (!llc_data_accept_state(llc->state))
141 rc = llc->failed_data_req = 1;
221 struct llc_sock *llc; local
231 llc = llc_sk(sk);
233 while ((skb = skb_dequeue(&llc->pdu_unack_q)) != NULL) {
239 llc->vS = LLC_I_GET_NS(pdu);
243 llc->vS = (llc->vS + 1) % LLC_2_SEQ_NBR_MODULO;
263 struct llc_sock *llc local
305 struct llc_sock *llc = llc_sk(sk); local
366 struct llc_sock *llc = llc_sk(sk); local
399 struct llc_sock *llc = llc_sk(sk); local
480 struct llc_sock *llc = llc_sk(rc); local
526 struct llc_sock *llc = llc_sk(rc); local
689 struct llc_sock *newllc, *llc = llc_sk(sk); local
780 struct llc_sock *llc = llc_sk(sk); local
812 struct llc_sock *llc = llc_sk(sk); local
879 struct llc_sock *llc = llc_sk(sk); local
916 struct llc_sock *llc = llc_sk(sk); local
[all...]
H A DMakefile15 obj-$(CONFIG_LLC) += llc.o
17 llc-y := llc_core.o llc_input.o llc_output.o
H A Dllc_if.c45 struct llc_sock *llc = llc_sk(sk); local
47 if (unlikely(llc->state == LLC_CONN_STATE_ADM))
50 if (unlikely(llc_data_accept_state(llc->state) || /* data_conn_refuse */
51 llc->p_flag)) {
52 llc->failed_data_req = 1;
59 skb->dev = llc->dev;
83 struct llc_sock *llc = llc_sk(sk); local
86 laddr.lsap = llc->sap->laddr.lsap;
90 existing = llc_lookup_established(llc->sap, &daddr, &laddr);
H A Dllc_sap.c15 #include <net/llc.h>
25 #include <linux/llc.h>
293 struct llc_sock *llc = llc_sk(rc); local
296 llc->laddr.lsap == laddr->lsap &&
297 llc_mac_match(llc->laddr.mac, laddr->mac)) {
325 struct llc_sock *llc = llc_sk(sk); local
331 if (llc->laddr.lsap != laddr->lsap)
334 if (llc->dev != skb->dev)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/sys/ultrix/
H A Dat_ultrix.c58 struct llc llc; local
74 if ( m->m_len < sizeof( struct llc )) {
78 bcopy( mtod( m, caddr_t ), &llc, sizeof( struct llc )); local
79 if ( llc.llc_dsap != LLC_SNAP_LSAP ||
80 llc.llc_ssap != LLC_SNAP_LSAP ||
81 llc.llc_control != LLC_UI ) {
85 if ( bcmp( llc.llc_org_code, at_org_code,
87 ntohs( llc
143 struct llc *llc; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/sys/ultrix/
H A Dat_ultrix.c58 struct llc llc; local
74 if ( m->m_len < sizeof( struct llc )) {
78 bcopy( mtod( m, caddr_t ), &llc, sizeof( struct llc )); local
79 if ( llc.llc_dsap != LLC_SNAP_LSAP ||
80 llc.llc_ssap != LLC_SNAP_LSAP ||
81 llc.llc_control != LLC_UI ) {
85 if ( bcmp( llc.llc_org_code, at_org_code,
87 ntohs( llc
143 struct llc *llc; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/sys/sunos/
H A Dat_sun.c206 struct llc llc; local
247 if ( m->m_len < sizeof( struct llc )) {
248 printf( "atef_input size llc\n" );
252 bcopy( mtod( m, caddr_t ), &llc, sizeof( struct llc )); local
253 if ( llc.llc_dsap != LLC_SNAP_LSAP || llc.llc_ssap != LLC_SNAP_LSAP ||
254 llc.llc_control != LLC_UI ) {
264 m_adj( m, sizeof( struct llc ));
317 struct llc llc; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/sys/sunos/
H A Dat_sun.c206 struct llc llc; local
247 if ( m->m_len < sizeof( struct llc )) {
248 printf( "atef_input size llc\n" );
252 bcopy( mtod( m, caddr_t ), &llc, sizeof( struct llc )); local
253 if ( llc.llc_dsap != LLC_SNAP_LSAP || llc.llc_ssap != LLC_SNAP_LSAP ||
254 llc.llc_control != LLC_UI ) {
264 m_adj( m, sizeof( struct llc ));
317 struct llc llc; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bridge/netfilter/
H A Debt_802_3.c20 __be16 type = hdr->llc.ui.ctrl & IS_UI ? hdr->llc.ui.type : hdr->llc.ni.type;
23 if (FWINV(info->sap != hdr->llc.ui.ssap, EBT_802_3_SAP))
25 if (FWINV(info->sap != hdr->llc.ui.dsap, EBT_802_3_SAP))
30 if (!(hdr->llc.ui.dsap == CHECK_TYPE && hdr->llc.ui.ssap == CHECK_TYPE))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dif_fc.h45 __u8 llc; /* LLC control field */ member in struct:fcllc
H A Dif_tr.h61 __u8 llc; /* LLC control field */ member in struct:trllc
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/sys/solaris/
H A Ddlpi.c134 struct llc *llc; local
138 /* len = msgdsize( m0 ) + sizeof( struct llc ); */
140 if (( m1 = allocb( sizeof( struct llc ), BPRI_HI )) == NULL ) {
144 m1->b_wptr = m1->b_rptr + sizeof( struct llc );
146 llc = (struct llc *)m1->b_rptr;
148 llc->llc_dsap = llc->llc_ssap = LLC_SNAP_LSAP;
149 llc
190 struct llc *llc; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/sys/solaris/
H A Ddlpi.c134 struct llc *llc; local
138 /* len = msgdsize( m0 ) + sizeof( struct llc ); */
140 if (( m1 = allocb( sizeof( struct llc ), BPRI_HI )) == NULL ) {
144 m1->b_wptr = m1->b_rptr + sizeof( struct llc );
146 llc = (struct llc *)m1->b_rptr;
148 llc->llc_dsap = llc->llc_ssap = LLC_SNAP_LSAP;
149 llc
190 struct llc *llc; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/sys/netatalk/
H A Daarp.c144 struct llc *llc; local
202 eh->ether_type = htons( sizeof( struct llc ) +
205 eh->ether_type = sizeof( struct llc ) + sizeof( struct ether_aarp );
208 M_PREPEND( m, sizeof( struct llc ), M_WAIT );
210 m->m_len += sizeof( struct llc );
211 m->m_off -= sizeof( struct llc );
213 llc = mtod( m, struct llc *);
214 llc
367 struct llc *llc; local
673 struct llc *llc; local
[all...]
H A Dphase2.h31 struct llc { struct
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/sys/netatalk/
H A Daarp.c144 struct llc *llc; local
202 eh->ether_type = htons( sizeof( struct llc ) +
205 eh->ether_type = sizeof( struct llc ) + sizeof( struct ether_aarp );
208 M_PREPEND( m, sizeof( struct llc ), M_WAIT );
210 m->m_len += sizeof( struct llc );
211 m->m_off -= sizeof( struct llc );
213 llc = mtod( m, struct llc *);
214 llc
367 struct llc *llc; local
673 struct llc *llc; local
[all...]
H A Dphase2.h31 struct llc { struct
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dllc_if.h18 #include <linux/llc.h>
20 #include <net/llc.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bridge/
H A Dbr.c21 #include <linux/llc.h>
22 #include <net/llc.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/netfilter_bridge/
H A Debt_802_3.h49 } llc; member in struct:ebt_802_3_hdr
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/802/
H A Dp8022.c25 #include <net/llc.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/
H A DMakefile16 obj-$(CONFIG_LLC) += llc/

Completed in 215 milliseconds

12