Searched refs:mapping (Results 1 – 9 of 9) sorted by relevance
/net/bluetooth/cmtp/ |
D | capi.c | 115 if (app->mapping == value) in cmtp_application_get() 209 application->mapping = CAPIMSG_APPID(skb->data); in cmtp_recv_interopmsg() 463 cmtp_send_interopmsg(session, CAPI_REQ, application->mapping, application->msgnum, in cmtp_release_appl() 490 CAPIMSG_SETAPPID(skb->data, application->mapping); in cmtp_send_message() 518 seq_printf(m, "appl %u -> %u\n", app->appl, app->mapping); in cmtp_proc_show()
|
D | cmtp.h | 110 __u16 mapping; member
|
/net/sunrpc/ |
D | cache.c | 908 static ssize_t cache_downcall(struct address_space *mapping, in cache_downcall() argument 934 struct address_space *mapping = filp->f_mapping; in cache_write() local 942 ret = cache_downcall(mapping, buf, count, cd); in cache_write()
|
/net/sched/ |
D | sch_generic.c | 206 int mapping = skb_get_queue_mapping(skb); in try_bulk_dequeue_skb_slow() local 214 if (unlikely(skb_get_queue_mapping(nskb) != mapping)) { in try_bulk_dequeue_skb_slow()
|
D | Kconfig | 895 back onto ingress connections for qdisc priority mapping
|
/net/rds/ |
D | ib_rdma.c | 258 WARN_ON(!page->mapping && irqs_disabled()); in __rds_ib_teardown_mr()
|
/net/ipv4/netfilter/ |
D | Kconfig | 109 inside SNMP payloads to match IP-layer NAT mapping.
|
/net/netfilter/ |
D | Kconfig | 980 NETMAP is an implementation of static 1:1 NAT mapping of network 1219 to a connection. The kernel only stores bit values - mapping
|
/net/ipv4/ |
D | tcp.c | 1808 if (PageCompound(page) || page->mapping) in can_map_frag()
|