Searched refs:layer2 (Results 1 – 11 of 11) sorted by relevance
/linux/drivers/isdn/mISDN/ |
A D | layer2.c | 118 l2addrsize(struct layer2 *l2) in l2addrsize() 124 l2_newid(struct layer2 *l2) in l2_newid() 336 InitWin(struct layer2 *l2) in InitWin() 345 freewin(struct layer2 *l2) in freewin() 370 cansend(struct layer2 *l2) in cansend() 793 tx_ui(struct layer2 *l2) in tx_ui() 1944 struct layer2 *l2 = container_of(ch, struct layer2, ch); in l2_send() 2082 struct layer2 *l2 = container_of(ch, struct layer2, ch); in l2_ctrl() 2107 struct layer2 * 2111 struct layer2 *l2; in create_l2() [all …]
|
A D | layer2.h | 18 struct list_head layer2; member 34 struct layer2 *l2; 43 struct layer2 { struct 83 extern struct layer2 *create_l2(struct mISDNchannel *, u_int, argument 85 extern int tei_l2(struct layer2 *, u_int, u_long arg); 89 extern int l2_tei(struct layer2 *, u_int, u_long arg); 90 extern void TEIrelease(struct layer2 *);
|
A D | tei.c | 109 struct layer2 *l2; in da_deactivate() 146 struct layer2 *l2; in da_timer() 246 struct layer2 *l2; in get_free_id() 270 struct layer2 *l2; in get_free_tei() 416 struct layer2 *l2; in findtei() 480 struct layer2 *l2; in tei_id_assign() 509 struct layer2 *l2; in tei_id_test_dup() 787 struct layer2 *l2; in create_new_tei() 851 struct layer2 *l2; in new_tei_req() 985 struct layer2 *l2; in create_teimgr() [all …]
|
A D | stack.c | 48 list_for_each_entry(ch, &st->layer2, list) { in get_channel4id() 93 list_for_each_entry(ch, &st->layer2, list) { in send_layer2() 94 if (list_is_last(&ch->list, &st->layer2)) { in send_layer2() 118 list_for_each_entry(ch, &st->layer2, list) { in send_layer2() 343 list_add_tail(&ch->list, &st->layer2); in __add_layer2() 375 INIT_LIST_HEAD(&newst->layer2); in create_stack() 641 if (!list_empty(&st->layer2)) in delete_stack()
|
A D | Makefile | 12 mISDN_core-objs := core.o fsm.o socket.o clock.o hwchannel.o stack.o layer1.o layer2.o tei.o timerd…
|
/linux/include/linux/ |
A D | edac.h | 448 int layer0, layer1, layer2; member 630 int layer0, int layer1, int layer2) in edac_get_dimm() argument 636 || (mci->n_layers > 2 && layer2 < 0)) in edac_get_dimm() 645 index = index * mci->layers[2].size + layer2; in edac_get_dimm()
|
A D | mISDNif.h | 512 struct list_head layer2; member
|
/linux/drivers/s390/net/ |
A D | qeth_core_sys.c | 399 static DEVICE_ATTR(layer2, 0644, qeth_dev_layer2_show,
|
/linux/Documentation/networking/ |
A D | bonding.rst | 870 layer2 883 layer2+3 885 This policy uses a combination of layer2 and layer3 902 the formula is the same as for the layer2 transmit 906 distribution of traffic than layer2 alone, especially 934 formula is the same as for the layer2 transmit hash 949 This policy uses the same formula as layer2+3 but it 980 The default value is layer2. This option was added in bonding 982 does not exist, and the layer2 policy is the only policy. The 983 layer2+3 value was added for bonding version 3.2.2.
|
A D | l2tp.rst | 194 L2SPEC_TYPE N Sets layer2-specific-sublayer type (L2TPv3
|
/linux/tools/testing/selftests/landlock/ |
A D | fs_test.c | 699 const struct rule layer2[] = { in TEST_F_FORK() local 723 layer2); in TEST_F_FORK()
|
Completed in 39 milliseconds