| /net/netfilter/ |
| A D | nf_nat_core.c | 73 fl4->fl4_dport = t->dst.u.all; in nf_nat_ipv4_decode_session() 84 fl4->fl4_sport = t->src.u.all; in nf_nat_ipv4_decode_session() 104 fl6->fl6_dport = t->dst.u.all; in nf_nat_ipv6_decode_session() 115 fl6->fl6_sport = t->src.u.all; in nf_nat_ipv6_decode_session() 433 port = tuple->src.u.all; in l4proto_in_range() 435 port = tuple->dst.u.all; in l4proto_in_range() 473 t->src.u.all == tuple->src.u.all); in same_src() 569 if (var_ipp->all[i] != range->max_addr.all[i]) in find_best_ips_proto() 631 keyptr = &tuple->src.u.all; in nf_nat_l4proto_unique_tuple() 757 (range->min_proto.all == range->max_proto.all || in get_unique_tuple() [all …]
|
| A D | xt_conntrack.c | 89 (tuple->src.u.all == info->origsrc_port) ^ in ct_proto_port_check() 94 (tuple->dst.u.all == info->origdst_port) ^ in ct_proto_port_check() 101 (tuple->src.u.all == info->replsrc_port) ^ in ct_proto_port_check() 106 (tuple->dst.u.all == info->repldst_port) ^ in ct_proto_port_check() 134 ntohs(tuple->src.u.all), in ct_proto_port_check_v3() 140 ntohs(tuple->dst.u.all), in ct_proto_port_check_v3() 148 ntohs(tuple->src.u.all), in ct_proto_port_check_v3() 154 ntohs(tuple->dst.u.all), in ct_proto_port_check_v3()
|
| A D | nf_conntrack_expect.c | 99 combined.dport = (__force __u16)tuple->dst.u.all; in nf_ct_expect_dst_hash() 255 intersect_mask.src.u.all = a->mask.src.u.all & b->mask.src.u.all; in expect_clash() 258 intersect_mask.src.u3.all[count] = in expect_clash() 259 a->mask.src.u3.all[count] & b->mask.src.u3.all[count]; in expect_clash() 348 exp->tuple.src.u.all = *src; in nf_ct_expect_init() 349 exp->mask.src.u.all = htons(0xFFFF); in nf_ct_expect_init() 351 exp->tuple.src.u.all = 0; in nf_ct_expect_init() 352 exp->mask.src.u.all = 0; in nf_ct_expect_init() 361 exp->tuple.dst.u.all = *dst; in nf_ct_expect_init()
|
| A D | nf_nat_bpf.c | 48 range.min_proto.all = cpu_to_be16(port); in bpf_ct_set_nat_info() 49 range.max_proto.all = range.min_proto.all; in bpf_ct_set_nat_info()
|
| A D | nf_conntrack_ftp.c | 442 memcpy(cmd.u3.all, &ct->tuplehash[dir].tuple.src.u3.all, in help() 443 sizeof(cmd.u3.all)); in help() 488 memcmp(&cmd.u3.all, &ct->tuplehash[dir].tuple.src.u3.all, in help() 489 sizeof(cmd.u3.all))) { in help()
|
| A D | nf_conntrack_proto_gre.c | 65 km->tuple.dst.u.all == t->dst.u.all; in gre_key_cmpfn() 164 tuple->src.u.all = 0; in gre_pkt_to_tuple() 165 tuple->dst.u.all = 0; in gre_pkt_to_tuple()
|
| A D | nft_masq.c | 46 u32 plen = sizeof_field(struct nf_nat_range, min_proto.all); in nft_masq_init() 106 range.min_proto.all = (__force __be16) in nft_masq_eval() 108 range.max_proto.all = (__force __be16) in nft_masq_eval()
|
| A D | nft_redir.c | 51 plen = sizeof_field(struct nf_nat_range, min_proto.all); in nft_redir_init() 111 range.min_proto.all = (__force __be16) in nft_redir_eval() 113 range.max_proto.all = (__force __be16) in nft_redir_eval()
|
| A D | nf_nat_proto.c | 679 return ct->tuplehash[!dir].tuple.dst.u.all != sport; in nf_nat_inet_port_was_mangled() 737 ct->tuplehash[dir].tuple.src.u.all != in nf_nat_ipv4_out() 738 ct->tuplehash[!dir].tuple.dst.u.all)) { in nf_nat_ipv4_out() 774 ct->tuplehash[dir].tuple.dst.u.all != in nf_nat_ipv4_local_fn() 775 ct->tuplehash[!dir].tuple.src.u.all) { in nf_nat_ipv4_local_fn() 996 ct->tuplehash[dir].tuple.src.u.all != in nf_nat_ipv6_out() 997 ct->tuplehash[!dir].tuple.dst.u.all)) { in nf_nat_ipv6_out() 1034 ct->tuplehash[dir].tuple.dst.u.all != in nf_nat_ipv6_local_fn() 1035 ct->tuplehash[!dir].tuple.src.u.all) { in nf_nat_ipv6_local_fn()
|
| A D | nft_nat.c | 57 range->min_proto.all = (__force __be16) in nft_nat_setup_proto() 59 range->max_proto.all = (__force __be16) in nft_nat_setup_proto() 234 plen = sizeof_field(struct nf_nat_range, min_proto.all); in nft_nat_init()
|
| A D | nf_nat_sip.c | 344 ct->tuplehash[IP_CT_DIR_ORIGINAL].tuple.src.u.all == pair_exp->saved_proto.all) { in nf_nat_sip_expected() 346 range.min_proto.all = range.max_proto.all = pair_exp->tuple.dst.u.all; in nf_nat_sip_expected()
|
| A D | nf_conntrack_helper.c | 48 (__force __u16)tuple->src.u.all) % nf_ct_helper_hsize; in helper_hash() 349 struct nf_conntrack_tuple_mask mask = { .src.u.all = htons(0xFFFF) }; in nf_conntrack_helper_register() 441 helper->tuple.src.u.all = htons(spec_port); in nf_ct_helper_init()
|
| A D | xt_HMARK.c | 102 t->uports.b16.src = otuple->src.u.all; in hmark_ct_set_htuple() 103 t->uports.b16.dst = rtuple->src.u.all; in hmark_ct_set_htuple()
|
| A D | nft_ct.c | 181 memcpy(dest, tuple->src.u3.all, in nft_ct_get_eval() 185 memcpy(dest, tuple->dst.u3.all, in nft_ct_get_eval() 189 nft_reg_store16(dest, (__force u16)tuple->src.u.all); in nft_ct_get_eval() 192 nft_reg_store16(dest, (__force u16)tuple->dst.u.all); in nft_ct_get_eval() 468 len = sizeof_field(struct nf_conntrack_tuple, src.u.all); in nft_ct_get_init()
|
| /net/ipv4/ |
| A D | devinet.c | 2122 bool all = false; in inet_netconf_msgsize_devconf() local 2125 all = true; in inet_netconf_msgsize_devconf() 2127 if (all || type == NETCONFA_FORWARDING) in inet_netconf_msgsize_devconf() 2129 if (all || type == NETCONFA_RP_FILTER) in inet_netconf_msgsize_devconf() 2150 bool all = false; in inet_netconf_fill_devconf() local 2158 all = true; in inet_netconf_fill_devconf() 2753 struct ipv4_devconf *all, *dflt; in devinet_init_net() local 2765 if (!all) in devinet_init_net() 2778 tbl[0].extra1 = all; in devinet_init_net() 2829 net->ipv4.devconf_all = all; in devinet_init_net() [all …]
|
| A D | Kconfig | 24 answering N will just cause the configurator to skip all the 48 echo 1 > /proc/sys/net/ipv4/conf/all/rp_filter 88 for those packets. The router considers all these paths to be of 114 on NFS" as well), because all other machines configure the network 127 does DHCP itself, providing all necessary information on the kernel 144 does BOOTP itself, providing all necessary information on the kernel 213 Network), but can be distributed all over the Internet. If you want 475 Nearly all users can safely say no here, and a safe default 687 for all connections.
|
| /net/netfilter/ipvs/ |
| A D | ip_vs_nfct.c | 56 ntohs((T)->src.u.all), \ 58 ntohs((T)->dst.u.all), \ 254 tuple.src.u.all = cp->cport; in ip_vs_conn_drop_conntrack() 257 tuple.dst.u.all = cp->vport; in ip_vs_conn_drop_conntrack()
|
| A D | Kconfig | 201 server set. If all the node in the server set are over loaded, 237 is to assign a preference list of all the lookup table positions 295 until all slots in the table are filled. When using weights to 298 needs to be large enough to effectively fit all the destinations 310 list of the positions to each destination until all slots in 316 enough to effectively fit all the destinations multiplied by their
|
| /net/ethtool/ |
| A D | features.c | 19 u32 all[ETHTOOL_DEV_FEATURE_WORDS]; member 51 ethnl_features_to_bitmap32(data->all, all_features); in features_prepare_data() 64 ret = ethnl_bitset32_size(data->hw, data->all, NETDEV_FEATURE_COUNT, in features_reply_size() 97 data->all, NETDEV_FEATURE_COUNT, in features_fill_reply()
|
| /net/xfrm/ |
| A D | xfrm_policy.c | 436 INIT_LIST_HEAD(&policy->walk.all); in xfrm_policy_alloc() 1913 if (list_empty(&walk->walk.all)) in xfrm_policy_walk() 1916 x = list_first_entry(&walk->walk.all, in xfrm_policy_walk() 1917 struct xfrm_policy_walk_entry, all); in xfrm_policy_walk() 1929 list_move_tail(&walk->walk.all, &x->all); in xfrm_policy_walk() 1938 list_del_init(&walk->walk.all); in xfrm_policy_walk() 1947 INIT_LIST_HEAD(&walk->walk.all); in xfrm_policy_walk_init() 1956 if (list_empty(&walk->walk.all)) in xfrm_policy_walk_done() 1960 list_del(&walk->walk.all); in xfrm_policy_walk_done() 2339 if (list_empty(&pol->walk.all)) in __xfrm_policy_unlink() [all …]
|
| A D | xfrm_state.c | 739 INIT_LIST_HEAD(&x->km.all); in xfrm_state_alloc() 819 list_del(&x->km.all); in __xfrm_state_delete() 1725 list_add(&x->km.all, &net->xfrm.state_all); in __xfrm_state_insert() 1869 list_add(&x->km.all, &net->xfrm.state_all); in __find_acq_core() 2649 if (list_empty(&walk->all)) in xfrm_state_walk() 2652 x = list_first_entry(&walk->all, struct xfrm_state_walk, all); in xfrm_state_walk() 2663 list_move_tail(&walk->all, &x->all); in xfrm_state_walk() 2672 list_del_init(&walk->all); in xfrm_state_walk() 2682 INIT_LIST_HEAD(&walk->all); in xfrm_state_walk_init() 2694 if (list_empty(&walk->all)) in xfrm_state_walk_done() [all …]
|
| /net/openvswitch/ |
| A D | conntrack.c | 193 key->ct.orig_tp.src = orig->src.u.all; in __ovs_ct_update_key_orig_tp() 194 key->ct.orig_tp.dst = orig->dst.u.all; in __ovs_ct_update_key_orig_tp() 1156 info->range.min_proto.all = htons(nla_get_u16(a)); in parse_nat() 1162 info->range.max_proto.all = htons(nla_get_u16(a)); in parse_nat() 1211 info->range.max_proto.all = info->range.min_proto.all; in parse_nat() 1492 ntohs(info->range.min_proto.all)) || in ovs_ct_nat_to_attr() 1493 (info->range.max_proto.all != info->range.min_proto.all && in ovs_ct_nat_to_attr() 1495 ntohs(info->range.max_proto.all))))) in ovs_ct_nat_to_attr()
|
| /net/ax25/ |
| A D | Kconfig | 16 kernel: saying N will just cause the configurator to skip all 87 A comprehensive listing of all the software for Linux amateur radio 106 A comprehensive listing of all the software for Linux amateur radio
|
| /net/netfilter/ipset/ |
| A D | ip_set_hash_ip.c | 222 struct hash_ip6_elem e = { { .all = { 0 } } }; in hash_ip6_kadt() 239 struct hash_ip6_elem e = { { .all = { 0 } } }; in hash_ip6_uadt()
|
| A D | ip_set_hash_ipmac.c | 203 { .all = { 0 } }, in hash_ipmac6_kadt() 231 { .all = { 0 } }, in hash_ipmac6_uadt()
|