/net/ceph/ |
D | armor.c | 39 int line = 0; in ceph_armor() local 64 line += 4; in ceph_armor() 65 if (line == 64) { in ceph_armor() 66 line = 0; in ceph_armor()
|
D | Kconfig | 20 bool "Include file:line in ceph debug output" 25 line to aid debugging. This increases kernel size and slows
|
/net/irda/ircomm/ |
D | ircomm_core.c | 108 struct ircomm_cb *ircomm_open(notify_t *notify, __u8 service_type, int line) in ircomm_open() argument 138 self->line = line; in ircomm_open() 140 hashbin_insert(ircomm, (irda_queue_t *) self, line, NULL); in ircomm_open() 195 entry = hashbin_remove(ircomm, self->line, NULL); in ircomm_close() 549 if(self->line < 0x10) in ircomm_seq_show() 550 seq_printf(seq, "ircomm%d", self->line); in ircomm_seq_show() 552 seq_printf(seq, "irlpt%d", self->line - 0x10); in ircomm_seq_show()
|
D | ircomm_lmp.c | 141 int line; in ircomm_lmp_flow_control() local 149 line = cb->line; in ircomm_lmp_flow_control() 151 self = (struct ircomm_cb *) hashbin_lock_find(ircomm, line, NULL); in ircomm_lmp_flow_control() 188 cb->line = self->line; in ircomm_lmp_data_request()
|
D | ircomm_tty.c | 249 self->line); in ircomm_tty_startup() 385 unsigned int line = tty->index; in ircomm_tty_install() local 388 self = hashbin_lock_find(ircomm_tty, line, NULL); in ircomm_tty_install() 402 self->line = line; in ircomm_tty_install() 422 hashbin_insert(ircomm_tty, (irda_queue_t *) self, line, NULL); in ircomm_tty_install() 452 self->line, self->port.count); in ircomm_tty_open() 486 if (self->line < 0x10) { in ircomm_tty_open() 1062 "%s(), ircomm%d CD now %s...\n", __func__ , self->line, in ircomm_tty_check_modem_status()
|
D | ircomm_tty_ioctl.c | 271 info.line = self->line; in ircomm_tty_get_serial_info()
|
/net/x25/ |
D | Kconfig | 9 frame relay; the one physical line from your box to the X.25 network 27 X.25 over a standard telephone line using an ordinary modem (say Y
|
/net/decnet/ |
D | README | 6 on line at http://www.chygwyn.com/DECnet/
|
/net/ipv6/ |
D | ip6mr.c | 1017 int line = MFC6_HASH(mcastgrp, origin); in ip6mr_cache_find() local 1020 list_for_each_entry(c, &mrt->mfc6_cache_array[line], list) { in ip6mr_cache_find() 1032 int line = MFC6_HASH(&in6addr_any, &in6addr_any); in ip6mr_cache_find_any_parent() local 1035 list_for_each_entry(c, &mrt->mfc6_cache_array[line], list) in ip6mr_cache_find_any_parent() 1049 int line = MFC6_HASH(mcastgrp, &in6addr_any); in ip6mr_cache_find_any() local 1055 list_for_each_entry(c, &mrt->mfc6_cache_array[line], list) in ip6mr_cache_find_any() 1305 int line; in ip6mr_mfc_delete() local 1308 line = MFC6_HASH(&mfc->mf6cc_mcastgrp.sin6_addr, &mfc->mf6cc_origin.sin6_addr); in ip6mr_mfc_delete() 1310 list_for_each_entry_safe(c, next, &mrt->mfc6_cache_array[line], list) { in ip6mr_mfc_delete() 1454 int line; in ip6mr_mfc_add() local [all …]
|
/net/ipv4/ |
D | ipmr.c | 826 int line = MFC_HASH(mcastgrp, origin); in ipmr_cache_find() local 829 list_for_each_entry_rcu(c, &mrt->mfc_cache_array[line], list) { in ipmr_cache_find() 840 int line = MFC_HASH(htonl(INADDR_ANY), htonl(INADDR_ANY)); in ipmr_cache_find_any_parent() local 843 list_for_each_entry_rcu(c, &mrt->mfc_cache_array[line], list) in ipmr_cache_find_any_parent() 856 int line = MFC_HASH(mcastgrp, htonl(INADDR_ANY)); in ipmr_cache_find_any() local 862 list_for_each_entry_rcu(c, &mrt->mfc_cache_array[line], list) in ipmr_cache_find_any() 1106 int line; in ipmr_mfc_delete() local 1109 line = MFC_HASH(mfc->mfcc_mcastgrp.s_addr, mfc->mfcc_origin.s_addr); in ipmr_mfc_delete() 1111 list_for_each_entry_safe(c, next, &mrt->mfc_cache_array[line], list) { in ipmr_mfc_delete() 1128 int line; in ipmr_mfc_add() local [all …]
|
D | Kconfig | 29 line 112 supplied on the kernel command line or by BOOTP or RARP protocols. 129 command line, you can say N here. 146 command line, you can say N here. If unsure, say Y. Note that if you
|
/net/dccp/ |
D | Kconfig | 13 and on-line games.
|
/net/bluetooth/rfcomm/ |
D | core.c | 100 #define __get_rpn_data_bits(line) ((line) & 0x3) argument 101 #define __get_rpn_stop_bits(line) (((line) >> 2) & 0x1) argument 102 #define __get_rpn_parity(line) (((line) >> 3) & 0x7) argument
|
/net/netfilter/ipvs/ |
D | Kconfig | 72 or by appending ip_vs.conn_tab_bits=? to the kernel command line
|