Searched refs:at (Results 1 – 25 of 34) sorted by relevance
12
/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 | 95 struct atalk_sock *at = at_sk(s); in atalk_search_socket() local 97 if (to->sat_port != at->src_port) in atalk_search_socket() 104 if (to->sat_addr.s_net == at->src_net && in atalk_search_socket() 105 (to->sat_addr.s_node == at->src_node || in atalk_search_socket() 114 atif->address.s_node == at->src_node) { in atalk_search_socket() 139 struct atalk_sock *at; in atalk_find_or_insert_socket() local 143 at = at_sk(s); in atalk_find_or_insert_socket() 145 if (at->src_net == sat->sat_addr.s_net && in atalk_find_or_insert_socket() 146 at->src_node == sat->sat_addr.s_node && in atalk_find_or_insert_socket() 147 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/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/bluetooth/ |
D | Kconfig | 24 Bluetooth can be found at <https://www.bluetooth.com/>. 126 cases are run first thing at module load time. When the Bluetooth 149 at runtime via the experimental features interface.
|
/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 431 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 | 424 if (!offset_valid(skb, hoffset + tkey->at)) { in tcf_pedit_act() 426 hoffset + tkey->at); in tcf_pedit_act() 429 d = skb_header_pointer(skb, hoffset + tkey->at, in tcf_pedit_act()
|
/net/bpfilter/ |
D | Kconfig | 20 building static binaries, since rootfs isn't mounted at the time
|
/net/wireless/ |
D | Kconfig | 64 from the AP, but the user disconnects manually at the same 81 cannot yet be verified. Regulatory verification may at 130 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 | 19 More information at https://ceph.io/.
|
/net/rxrpc/ |
D | Kconfig | 19 This module at the moment only supports client operations and is
|
/net/x25/ |
D | Kconfig | 20 You can read more about X.25 at <https://www.sangoma.com/tutorials/x25/> and
|
/net/ipv4/netfilter/ |
D | Kconfig | 186 rules for simple packet filtering at local input, forwarding and 313 first in the netfilter framework and hooks in at the PREROUTING 351 rules for simple ARP packet filtering at local input and
|
/net/hsr/ |
D | Kconfig | 15 needs (at least) two physical Ethernet interfaces.
|
/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 | 32 homing at either or both ends of an association."
|
/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 | 69 The ebtables filter table is used to define frame filtering rules at 131 the rate at which a rule can be matched. This match is the
|
/net/ipv6/netfilter/ |
D | Kconfig | 199 rules for simple packet filtering at local input, forwarding and 243 first in the netfilter framework and hooks in at the PREROUTING
|
/net/can/ |
D | Kconfig | 11 1983 at Robert Bosch GmbH, and the protocol was officially
|
12