/net/x25/ |
D | Kconfig | 3 # CCITT X.25 Packet Layer 7 tristate "CCITT X.25 Packet Layer" 9 X.25 is a set of standardized network protocols, similar in scope to 10 frame relay; the one physical line from your box to the X.25 network 12 (called "virtual circuits") to other computers connected to the X.25 15 countries have public X.25 networks. X.25 consists of two 20 You can read more about X.25 at <https://www.sangoma.com/tutorials/x25/> and 21 <http://docwiki.cisco.com/wiki/X.25>. 22 Information about X.25 for Linux is contained in the files 26 One connects to an X.25 network either with a dedicated network card [all …]
|
/net/netfilter/ |
D | nf_tables_core.c | 182 #define X(e, fun) \ in expr_call_ops_eval() macro 186 X(e, nft_payload_eval); in expr_call_ops_eval() 187 X(e, nft_cmp_eval); in expr_call_ops_eval() 188 X(e, nft_meta_get_eval); in expr_call_ops_eval() 189 X(e, nft_lookup_eval); in expr_call_ops_eval() 190 X(e, nft_range_eval); in expr_call_ops_eval() 191 X(e, nft_immediate_eval); in expr_call_ops_eval() 192 X(e, nft_byteorder_eval); in expr_call_ops_eval() 193 X(e, nft_dynset_eval); in expr_call_ops_eval() 194 X(e, nft_rt_get_eval); in expr_call_ops_eval() [all …]
|
/net/rxrpc/ |
D | ar-internal.h | 1201 #define ASSERT(X) \ argument 1203 if (unlikely(!(X))) { \ 1209 #define ASSERTCMP(X, OP, Y) \ argument 1211 __typeof__(X) _x = (X); \ 1212 __typeof__(Y) _y = (__typeof__(X))(Y); \ 1221 #define ASSERTIF(C, X) \ argument 1223 if (unlikely((C) && !(X))) { \ 1229 #define ASSERTIFCMP(C, X, OP, Y) \ argument 1231 __typeof__(X) _x = (X); \ 1232 __typeof__(Y) _y = (__typeof__(X))(Y); \ [all …]
|
D | conn_client.c | 288 #define cmp(X) ((long)bundle->params.X - (long)cp->X) in rxrpc_look_up_bundle() argument 317 #define cmp(X) ((long)bundle->params.X - (long)cp->X) in rxrpc_look_up_bundle() argument
|
D | key.c | 578 #define RND(X) (((X) + 3) & ~3) in rxrpc_read() argument
|
/net/lapb/ |
D | Kconfig | 10 the lower) part of the X.25 protocol. It offers a reliable 12 it is used to transport higher level protocols (mostly X.25 Packet 13 Layer, the higher part of X.25, but others are possible as well). 14 Usually, LAPB is used with specialized X.21 network cards, but Linux
|
/net/xfrm/ |
D | xfrm_state.c | 210 #define X(afi, T, name) do { \ in xfrm_register_type() macro 217 X(afinfo, type, comp); in xfrm_register_type() 220 X(afinfo, type, ah); in xfrm_register_type() 223 X(afinfo, type, esp); in xfrm_register_type() 226 X(afinfo, type, ipip); in xfrm_register_type() 229 X(afinfo, type, dstopts); in xfrm_register_type() 232 X(afinfo, type, routing); in xfrm_register_type() 235 X(afinfo, type, ipip6); in xfrm_register_type() 242 #undef X in xfrm_register_type() 255 #define X(afi, T, name) do { \ in xfrm_unregister_type() macro [all …]
|
/net/ethtool/ |
D | common.c | 126 __DEFINE_LINK_MODE_NAME(2500, X, Full), 152 __DEFINE_LINK_MODE_NAME(1000, X, Full), 270 __DEFINE_LINK_MODE_PARAMS(2500, X, Full), 300 __DEFINE_LINK_MODE_PARAMS(1000, X, Full),
|
/net/unix/ |
D | Kconfig | 12 the X Window system and syslog use these sockets even if your
|
/net/ax25/ |
D | Kconfig | 99 tristate "Amateur Radio X.25 PLP (Rose)" 102 The Packet Layer Protocol (PLP) is a way to route packets over X.25
|
/net/sched/ |
D | sch_sfq.c | 84 #define SFQ_ALLOT_SIZE(X) DIV_ROUND_UP(X, 1 << SFQ_ALLOT_SHIFT) argument
|
/net/mac80211/ |
D | debugfs_key.c | 65 KEY_FILE(flags, X);
|
/net/wireless/ |
D | Kconfig | 118 If selected, point to a directory with DER-encoded X.509
|
/net/llc/ |
D | llc_c_ac.c | 1366 llc_sk(sk)->X = llc_sk(sk)->vS; in llc_conn_ac_rst_vs() 1376 if (llc_circular_between(llc_sk(sk)->vS, nr, llc_sk(sk)->X)) in llc_conn_ac_upd_vs()
|
D | llc_conn.c | 1017 llc->X = 0; in llc_sk_reset()
|
/net/bridge/ |
D | br_private.h | 983 #define mlock_dereference(X, br) \ argument 984 rcu_dereference_protected(X, lockdep_is_held(&br->multicast_lock))
|
/net/netlink/ |
D | af_netlink.c | 145 #define nl_deref_protected(X) rcu_dereference_protected(X, lockdep_is_held(&nl_table_lock)); argument
|
/net/ |
D | Kconfig | 76 your kernel by about 400 KB), since some programs (e.g. the X window
|