~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/include/net/llc_if.h

Version: ~ [ linux-6.11.5 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.58 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.114 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.169 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.228 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.284 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.322 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.9 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /include/net/llc_if.h (Version linux-6.11.5) and /include/net/llc_if.h (Version linux-4.4.302)


  1 #ifndef LLC_IF_H                                    1 #ifndef LLC_IF_H
  2 #define LLC_IF_H                                    2 #define LLC_IF_H
  3 /*                                                  3 /*
  4  * Copyright (c) 1997 by Procom Technology,Inc      4  * Copyright (c) 1997 by Procom Technology,Inc.
  5  *               2001 by Arnaldo Carvalho de M      5  *               2001 by Arnaldo Carvalho de Melo <acme@conectiva.com.br>
  6  *                                                  6  *
  7  * This program can be redistributed or modifi      7  * This program can be redistributed or modified under the terms of the
  8  * GNU General Public License as published by       8  * GNU General Public License as published by the Free Software Foundation.
  9  * This program is distributed without any war      9  * This program is distributed without any warranty or implied warranty
 10  * of merchantability or fitness for a particu     10  * of merchantability or fitness for a particular purpose.
 11  *                                                 11  *
 12  * See the GNU General Public License for more     12  * See the GNU General Public License for more details.
 13  */                                                13  */
 14 /* Defines LLC interface to network layer */       14 /* Defines LLC interface to network layer */
 15 /* Available primitives */                         15 /* Available primitives */
 16 #include <linux/if.h>                              16 #include <linux/if.h>
 17 #include <linux/if_arp.h>                          17 #include <linux/if_arp.h>
 18 #include <linux/llc.h>                             18 #include <linux/llc.h>
 19 #include <linux/etherdevice.h>                     19 #include <linux/etherdevice.h>
 20 #include <net/llc.h>                               20 #include <net/llc.h>
 21                                                    21 
 22 #define LLC_DATAUNIT_PRIM       1                  22 #define LLC_DATAUNIT_PRIM       1
 23 #define LLC_CONN_PRIM           2                  23 #define LLC_CONN_PRIM           2
 24 #define LLC_DATA_PRIM           3                  24 #define LLC_DATA_PRIM           3
 25 #define LLC_DISC_PRIM           4                  25 #define LLC_DISC_PRIM           4
 26 #define LLC_RESET_PRIM          5                  26 #define LLC_RESET_PRIM          5
 27 #define LLC_FLOWCONTROL_PRIM    6 /* Not suppo     27 #define LLC_FLOWCONTROL_PRIM    6 /* Not supported at this time */
 28 #define LLC_DISABLE_PRIM        7                  28 #define LLC_DISABLE_PRIM        7
 29 #define LLC_XID_PRIM            8                  29 #define LLC_XID_PRIM            8
 30 #define LLC_TEST_PRIM           9                  30 #define LLC_TEST_PRIM           9
 31 #define LLC_SAP_ACTIVATION     10                  31 #define LLC_SAP_ACTIVATION     10
 32 #define LLC_SAP_DEACTIVATION   11                  32 #define LLC_SAP_DEACTIVATION   11
 33                                                    33 
 34 #define LLC_NBR_PRIMITIVES     11                  34 #define LLC_NBR_PRIMITIVES     11
 35                                                    35 
 36 #define LLC_IND                 1                  36 #define LLC_IND                 1
 37 #define LLC_CONFIRM             2                  37 #define LLC_CONFIRM             2
 38                                                    38 
 39 /* Primitive type */                               39 /* Primitive type */
 40 #define LLC_PRIM_TYPE_REQ       1                  40 #define LLC_PRIM_TYPE_REQ       1
 41 #define LLC_PRIM_TYPE_IND       2                  41 #define LLC_PRIM_TYPE_IND       2
 42 #define LLC_PRIM_TYPE_RESP      3                  42 #define LLC_PRIM_TYPE_RESP      3
 43 #define LLC_PRIM_TYPE_CONFIRM   4                  43 #define LLC_PRIM_TYPE_CONFIRM   4
 44                                                    44 
 45 /* Reset reasons, remote entity or local LLC *     45 /* Reset reasons, remote entity or local LLC */
 46 #define LLC_RESET_REASON_REMOTE 1                  46 #define LLC_RESET_REASON_REMOTE 1
 47 #define LLC_RESET_REASON_LOCAL  2                  47 #define LLC_RESET_REASON_LOCAL  2
 48                                                    48 
 49 /* Disconnect reasons */                           49 /* Disconnect reasons */
 50 #define LLC_DISC_REASON_RX_DM_RSP_PDU   0          50 #define LLC_DISC_REASON_RX_DM_RSP_PDU   0
 51 #define LLC_DISC_REASON_RX_DISC_CMD_PDU 1          51 #define LLC_DISC_REASON_RX_DISC_CMD_PDU 1
 52 #define LLC_DISC_REASON_ACK_TMR_EXP     2          52 #define LLC_DISC_REASON_ACK_TMR_EXP     2
 53                                                    53 
 54 /* Confirm reasons */                              54 /* Confirm reasons */
 55 #define LLC_STATUS_CONN         0 /* connect c     55 #define LLC_STATUS_CONN         0 /* connect confirm & reset confirm */
 56 #define LLC_STATUS_DISC         1 /* connect c     56 #define LLC_STATUS_DISC         1 /* connect confirm & reset confirm */
 57 #define LLC_STATUS_FAILED       2 /* connect c     57 #define LLC_STATUS_FAILED       2 /* connect confirm & reset confirm */
 58 #define LLC_STATUS_IMPOSSIBLE   3 /* connect c     58 #define LLC_STATUS_IMPOSSIBLE   3 /* connect confirm */
 59 #define LLC_STATUS_RECEIVED     4 /* data conn     59 #define LLC_STATUS_RECEIVED     4 /* data conn */
 60 #define LLC_STATUS_REMOTE_BUSY  5 /* data conn     60 #define LLC_STATUS_REMOTE_BUSY  5 /* data conn */
 61 #define LLC_STATUS_REFUSE       6 /* data conn     61 #define LLC_STATUS_REFUSE       6 /* data conn */
 62 #define LLC_STATUS_CONFLICT     7 /* disconnec     62 #define LLC_STATUS_CONFLICT     7 /* disconnect conn */
 63 #define LLC_STATUS_RESET_DONE   8 /*  */           63 #define LLC_STATUS_RESET_DONE   8 /*  */
 64                                                    64 
 65 int llc_establish_connection(struct sock *sk,  !!  65 int llc_establish_connection(struct sock *sk, u8 *lmac, u8 *dmac, u8 dsap);
 66                              u8 dsap);         << 
 67 int llc_build_and_send_pkt(struct sock *sk, st     66 int llc_build_and_send_pkt(struct sock *sk, struct sk_buff *skb);
 68 int llc_send_disc(struct sock *sk);                67 int llc_send_disc(struct sock *sk);
 69 #endif /* LLC_IF_H */                              68 #endif /* LLC_IF_H */
 70                                                    69 

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php