/net/netfilter/ |
D | xt_u32.c | 28 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/ |
D | ddp.c | 94 struct atalk_sock *at = at_sk(s); in atalk_search_socket() local 96 if (to->sat_port != at->src_port) in atalk_search_socket() 103 if (to->sat_addr.s_net == at->src_net && in atalk_search_socket() 104 (to->sat_addr.s_node == at->src_node || in atalk_search_socket() 113 atif->address.s_node == at->src_node) { in atalk_search_socket() 138 struct atalk_sock *at; in atalk_find_or_insert_socket() local 142 at = at_sk(s); in atalk_find_or_insert_socket() 144 if (at->src_net == sat->sat_addr.s_net && in atalk_find_or_insert_socket() 145 at->src_node == sat->sat_addr.s_node && in atalk_find_or_insert_socket() 146 at->src_port == sat->sat_port) in atalk_find_or_insert_socket() [all …]
|
D | atalk_proc.c | 166 struct atalk_sock *at; in atalk_seq_socket_show() local 175 at = at_sk(s); in atalk_seq_socket_show() 179 s->sk_type, ntohs(at->src_net), at->src_node, at->src_port, in atalk_seq_socket_show() 180 ntohs(at->dest_net), at->dest_node, at->dest_port, in atalk_seq_socket_show()
|
D | aarp.c | 554 struct atalk_addr *at = atalk_find_dev_addr(dev); in aarp_send_ddp() local 565 if ((!ddp->deh_snet || at->s_net == ddp->deh_snet) && in aarp_send_ddp() 566 (!ddp->deh_dnet || at->s_net == ddp->deh_dnet)) { in aarp_send_ddp() 584 skb->data[1] = at->s_node; in aarp_send_ddp()
|
/net/wimax/ |
D | Kconfig | 34 By default, debug messages are disabled at runtime and can 38 If set at zero, this will compile out all the debug code. 40 It is recommended that it is left at 8.
|
/net/decnet/ |
D | TODO | 19 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
|
/net/ax25/ |
D | Kconfig | 45 general is on the WWW at 63 be enabled at runtime. For more about DAMA see 92 digital amateur radio in general is on the WWW at 111 digital amateur radio in general is on the WWW at
|
/net/ipv4/ |
D | Kconfig | 8 This is code for addressing several networked computers at once, 12 information about the MBONE is on the WWW at 34 at boot time after the /proc file system has been mounted. 75 Routing and Traffic Control documentation at 124 discovered automatically at boot time using the DHCP protocol (a 141 discovered automatically at boot time using the BOOTP protocol (a 156 discovered automatically at boot time using the RARP protocol (an 200 GRE (Generic Routing Encapsulation) and at this time allows 294 If you say Y here, you can disable SYN cookies at run time by 417 downloadable at: [all …]
|
/net/xfrm/ |
D | Kconfig | 55 one, two policies can be applied to the same packet at once. 77 at packet processing for developer.
|
/net/sched/ |
D | act_pedit.c | 372 if (!offset_valid(skb, hoffset + tkey->at)) { in tcf_pedit_act() 374 hoffset + tkey->at); in tcf_pedit_act() 377 d = skb_header_pointer(skb, hoffset + tkey->at, in tcf_pedit_act()
|
/net/bluetooth/ |
D | Kconfig | 24 Bluetooth can be found at <http://www.bluetooth.com/>. 105 cases are run first thing at module load time. When the Bluetooth
|
/net/wireless/ |
D | Kconfig | 63 from the AP, but the user disconnects manually at the same 80 cannot yet be verified. Regulatory verification may at 129 from cellular base stations. If enabled and at least one driver
|
/net/dcb/ |
D | Kconfig | 20 works at the granularity of the 802.1p priority instead of the
|
/net/mpls/ |
D | Kconfig | 11 circuits. Originally conceived as a way of routing packets at
|
/net/ceph/ |
D | Kconfig | 16 More information at http://ceph.newdream.net/.
|
/net/hsr/ |
D | Kconfig | 11 your Linux box needs (at least) two physical Ethernet interfaces,
|
/net/rxrpc/ |
D | Kconfig | 18 This module at the moment only supports client operations and is
|
/net/ipv4/netfilter/ |
D | Kconfig | 180 rules for simple packet filtering at local input, forwarding and 307 first in the netfilter framework and hooks in at the PREROUTING 345 rules for simple ARP packet filtering at local input and
|
/net/x25/ |
D | Kconfig | 20 You can read more about X.25 at <http://www.sangoma.com/tutorials/x25/> and
|
/net/6lowpan/ |
D | Kconfig | 15 IPHC context information at runtime.
|
/net/openvswitch/ |
D | Kconfig | 19 Open vSwitch is a multilayer Ethernet switch targeted at virtualized
|
/net/sctp/ |
D | Kconfig | 31 homing at either or both ends of an association."
|
/net/can/ |
D | Kconfig | 12 1983 at Robert Bosch GmbH, and the protocol was officially
|
/net/caif/ |
D | cfcnfg.c | 254 l->endpoint = (s->sockaddr.u.at.type >> 2) & 0x3; in caif_connect_req_to_link_param() 255 l->chtype = s->sockaddr.u.at.type & 0x3; in caif_connect_req_to_link_param()
|
/net/bridge/netfilter/ |
D | Kconfig | 71 The ebtables filter table is used to define frame filtering rules at 133 the rate at which a rule can be matched. This match is the
|