Home
last modified time | relevance | path

Searched refs:at (Results 1 – 25 of 31) sorted by relevance

12

/net/netfilter/
Dxt_u32.c28 u_int32_t at; in u32_match_it() local
36 at = 0; in u32_match_it()
61 if (at + val < at) in u32_match_it()
63 at += val; in u32_match_it()
65 if (at + 4 < at || skb->len < at + 4 || in u32_match_it()
66 pos > skb->len - at - 4) in u32_match_it()
69 if (skb_copy_bits(skb, at + pos, &n, in u32_match_it()
/net/appletalk/
Dddp.c98 struct atalk_sock *at = at_sk(s); in atalk_search_socket() local
100 if (to->sat_port != at->src_port) in atalk_search_socket()
107 if (to->sat_addr.s_net == at->src_net && in atalk_search_socket()
108 (to->sat_addr.s_node == at->src_node || in atalk_search_socket()
117 atif->address.s_node == at->src_node) { in atalk_search_socket()
143 struct atalk_sock *at; in atalk_find_or_insert_socket() local
147 at = at_sk(s); in atalk_find_or_insert_socket()
149 if (at->src_net == sat->sat_addr.s_net && in atalk_find_or_insert_socket()
150 at->src_node == sat->sat_addr.s_node && in atalk_find_or_insert_socket()
151 at->src_port == sat->sat_port) in atalk_find_or_insert_socket()
[all …]
Datalk_proc.c192 struct atalk_sock *at; in atalk_seq_socket_show() local
201 at = at_sk(s); in atalk_seq_socket_show()
205 s->sk_type, ntohs(at->src_net), at->src_node, at->src_port, in atalk_seq_socket_show()
206 ntohs(at->dest_net), at->dest_node, at->dest_port, in atalk_seq_socket_show()
Daarp.c557 struct atalk_addr *at = atalk_find_dev_addr(dev); in aarp_send_ddp() local
568 if ((!ddp->deh_snet || at->s_net == ddp->deh_snet) && in aarp_send_ddp()
569 (!ddp->deh_dnet || at->s_net == ddp->deh_dnet)) { in aarp_send_ddp()
587 skb->data[1] = at->s_node; in aarp_send_ddp()
/net/wimax/
DKconfig46 By default, debug messages are disabled at runtime and can
50 If set at zero, this will compile out all the debug code.
52 It is recommended that it is left at 8.
/net/sched/
Dact_mirred.c152 u32 at = G_TC_AT(skb->tc_verd); in tcf_mirred() local
189 if (!(at & AT_EGRESS)) in tcf_mirred()
195 skb2->tc_verd = SET_TC_FROM(skb2->tc_verd, at); in tcf_mirred()
Dact_pedit.c150 if (skb->len > tkey->at) { in tcf_pedit()
151 char *j = pptr + tkey->at; in tcf_pedit()
/net/decnet/
DTODO19 o Using send/recvmsg() to get at connect/disconnect data (POSIX 1003.1g)
20 [maybe this should be done at socket level... the control data in the
DKconfig13 look at Patrick Caulfield's web site:
21 in configuration at run time.
DREADME6 on line at http://www.chygwyn.com/DECnet/
/net/ax25/
DKconfig44 general is on the WWW at
62 be enabled at runtime. For more about DAMA see
91 digital amateur radio in general is on the WWW at
110 digital amateur radio in general is on the WWW at
/net/xfrm/
DKconfig23 one, two policies can be applied to the same packet at once.
45 at packet processing for developer.
/net/ipv4/
DKconfig7 This is code for addressing several networked computers at once,
11 information about the MBONE is on the WWW at
36 at boot time after the /proc file system has been mounted.
107 documentation at <http://www.compendium.com.ar/policy-routing.txt>
155 discovered automatically at boot time using the DHCP protocol (a
172 discovered automatically at boot time using the BOOTP protocol (a
187 discovered automatically at boot time using the RARP protocol (an
218 GRE (Generic Routing Encapsulation) and at this time allows
326 at boot time after the /proc file system has been mounted.
417 downloadable at <http://linux-net.osdl.org/index.php/Iproute2>.
[all …]
/net/ipx/
DKconfig43 network. Say Y here if you want to do this; read the IPX-HOWTO at
53 internal IPX network the cross-forwarding of packets targeted at
/net/dcb/
DKconfig19 works at the granularity of the 802.1p priority instead of the
/net/rxrpc/
DKconfig17 This module at the moment only supports client operations and is
/net/dccp/
DKconfig52 at http://linux-net.osdl.org/index.php/DccpProbe
/net/
DKconfig203 This module will inject preconfigured packets, at a configurable
209 at <file:Documentation/networking/pktgen.txt>.
224 at http://linux-net.osdl.org/index.php/TcpProbe
DTUNABLE1 The following parameters should be tunable at compile time. Some of them
/net/x25/
DKconfig20 You can read more about X.25 at <http://www.sangoma.com/x25.htm> and
/net/bluetooth/
DKconfig13 Bluetooth can be found at <http://www.bluetooth.com/>.
/net/sunrpc/
DKconfig25 Sun added support for registering RPC services at an IPv6
/net/sctp/
DKconfig31 homing at either or both ends of an association."
/net/ipv6/netfilter/
DKconfig147 rules for simple packet filtering at local input, forwarding and
195 first in the netfilter framework and hooks in at the PREROUTING
/net/ipv4/netfilter/
DKconfig110 rules for simple packet filtering at local input, forwarding and
346 first in the netfilter framework and hooks in at the PREROUTING
383 rules for simple ARP packet filtering at local input and

12