Searched refs:full (Results 1 – 10 of 10) sorted by relevance
/net/dccp/ |
D | qpolicy.c | 74 bool (*full) (struct sock *sk); member 81 .full = qpolicy_simple_full, 87 .full = qpolicy_prio_full, 103 return qpol_table[dccp_sk(sk)->dccps_qpolicy].full(sk); in dccp_qpolicy_full()
|
/net/sctp/ |
D | probe.c | 58 static int full __read_mostly = 1; 59 MODULE_PARM_DESC(full, "Full log (1=every ack packet received, 0=only cwnd changes)"); 60 module_param(full, int, 0); 149 (full || sp->cwnd != lcwnd)) { in jsctp_sf_eat_sack()
|
/net/ipv4/ |
D | tcp_probe.c | 53 static int full __read_mostly; 54 MODULE_PARM_DESC(full, "Full log (1=every ack packet received, 0=only cwnd changes)"); 55 module_param(full, int, 0); 118 (full || tp->snd_cwnd != tcp_probe.lastcwnd)) { in jtcp_rcv_established()
|
/net/ipx/ |
D | Kconfig | 46 The full internal IPX network enables you to allocate sockets on 52 kernel when the internal network was created. By enabling the full 56 daemons. A RIP/SAP daemon that works well with the full internal net
|
/net/openvswitch/ |
D | flow_table.h | 89 bool full, const struct sw_flow_mask *mask);
|
D | flow_table.c | 61 bool full, const struct sw_flow_mask *mask) in ovs_flow_mask_key() argument 63 int start = full ? 0 : mask->range.start; in ovs_flow_mask_key() 64 int len = full ? sizeof *dst : range_n_bytes(&mask->range); in ovs_flow_mask_key()
|
/net/decnet/ |
D | TODO | 31 the full scheme is still worth implementing, its not not top of my list
|
/net/ipv4/netfilter/ |
D | Kconfig | 94 forms of full Network Address Port Translation. This can be 172 The packet filtering and full NAT (masquerading, port forwarding, 265 port forwarding and other forms of full Network Address Port
|
/net/ipv6/netfilter/ |
D | Kconfig | 83 forms of full Network Address Port Translation. This can be 306 port forwarding and other forms of full Network Address Port
|
/net/netfilter/ |
D | Kconfig | 1361 The full tag is comprised of a UID and an accounting tag. 1462 routing to implement full featured non-locally bound sockets.
|