Searched refs:C (Results 1 – 5 of 5) sorted by relevance
| /net/netfilter/ipvs/ |
| A D | ip_vs_nfct.c | 62 #define ARG_CONN(C) IP_VS_DBG_ADDR((C)->af, &((C)->caddr)), \ argument 63 ntohs((C)->cport), \ 64 IP_VS_DBG_ADDR((C)->af, &((C)->vaddr)), \ 65 ntohs((C)->vport), \ 66 IP_VS_DBG_ADDR((C)->daf, &((C)->daddr)), \ 67 ntohs((C)->dport), \ 68 (C)->protocol, (C)->state
|
| /net/rxrpc/ |
| A D | ar-internal.h | 1657 #define ASSERTIF(C, X) \ argument 1659 if (unlikely((C) && !(X))) { \ 1665 #define ASSERTIFCMP(C, X, OP, Y) \ argument 1669 if (unlikely((C) && !(_x OP _y))) { \ 1687 #define ASSERTIF(C, X) \ argument 1691 #define ASSERTIFCMP(C, X, OP, Y) \ argument
|
| /net/ipv4/netfilter/ |
| A D | nf_nat_snmp_basic.asn1 | 3 -- Copyright (C) 1990, 2002 IETF Trust and the persons identified as authors
|
| /net/core/ |
| A D | skbuff.c | 1548 C(len); in __skb_clone() 1549 C(data_len); in __skb_clone() 1550 C(mac_len); in __skb_clone() 1555 C(pfmemalloc); in __skb_clone() 1558 C(tail); in __skb_clone() 1559 C(end); in __skb_clone() 1560 C(head); in __skb_clone() 1561 C(head_frag); in __skb_clone() 1562 C(data); in __skb_clone() 1563 C(truesize); in __skb_clone() [all …]
|
| /net/batman-adv/ |
| A D | Kconfig | 2 # Copyright (C) B.A.T.M.A.N. contributors:
|
Completed in 23 milliseconds