| /kernel/linux/linux-5.10/net/sched/ |
| H A D | ematch.c | 177 struct net *net = tp->chain->block->net; in tcf_em_validate()
|
| /kernel/linux/linux-5.10/net/netfilter/ |
| H A D | nft_synproxy.c | 259 return nft_chain_validate_hooks(ctx->chain, (1 << NF_INET_LOCAL_IN) | in nft_synproxy_validate()
|
| /kernel/linux/linux-5.10/include/net/ |
| H A D | ip6_fib.h | 137 struct hlist_head chain; member
|
| H A D | ip_fib.h | 73 struct fib_nh_exception __rcu *chain; member
|
| /kernel/linux/linux-5.10/fs/exfat/ |
| H A D | exfat_fs.h | 410 int exfat_chain_cont_cluster(struct super_block *sb, unsigned int chain,
|
| /kernel/linux/linux-5.10/net/bridge/netfilter/ |
| H A D | nft_reject_bridge.c | 363 return nft_chain_validate_hooks(ctx->chain, (1 << NF_BR_PRE_ROUTING) | in nft_reject_bridge_validate()
|
| H A D | ebtables.c | 210 /* base for chain jumps */ in ebt_do_table() 250 if (WARN(sp == 0, "RETURN on base chain")) { in ebt_do_table() 280 if (WARN(chaininfo->distinguisher, "jump to non-chain\n")) { in ebt_do_table() 481 /* check if all valid hooks have a chain */ in ebt_verify_pointers() 505 /* beginning of a new chain in ebt_check_entry_size_and_hooks() 506 * if i == NF_BR_NUMHOOKS it must be a user defined chain in ebt_check_entry_size_and_hooks() 509 /* this checks if the previous chain has as many entries in ebt_check_entry_size_and_hooks() 522 if (i == NF_BR_NUMHOOKS) /* it's a user defined chain */ in ebt_check_entry_size_and_hooks() 552 * entries is a jump to the beginning of a new chain. 560 /* we're only interested in chain start in ebt_get_udc_positions() 761 check_chainloops(const struct ebt_entries *chain, struct ebt_cl_stack *cl_s, unsigned int udc_cnt, unsigned int hooknr, char *base) check_chainloops() argument [all...] |
| /kernel/linux/linux-6.6/fs/exfat/ |
| H A D | exfat_fs.h | 432 int exfat_chain_cont_cluster(struct super_block *sb, unsigned int chain,
|
| /kernel/linux/linux-6.6/include/net/ |
| H A D | ip_fib.h | 74 struct fib_nh_exception __rcu *chain; member
|
| H A D | ip6_fib.h | 138 struct hlist_head chain; member
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en/tc/ |
| H A D | post_meter.c | 132 attr->chain = 0; in mlx5e_post_meter_add_rule()
|
| /kernel/linux/linux-6.6/net/sched/ |
| H A D | ematch.c | 177 struct net *net = tp->chain->block->net; in tcf_em_validate()
|
| H A D | cls_fw.c | 77 struct Qdisc *q = tcf_block_q(tp->chain->block); in fw_classify()
|
| /kernel/linux/linux-6.6/net/netfilter/ |
| H A D | nft_synproxy.c | 259 return nft_chain_validate_hooks(ctx->chain, (1 << NF_INET_LOCAL_IN) | in nft_synproxy_validate()
|
| /kernel/linux/linux-6.6/rust/kernel/ |
| H A D | init.rs | 915 /// }).chain(|foo| { 920 fn chain<F>(self, f: F) -> ChainInit<Self, F, T, E> in chain() functions 928 /// An initializer returned by [`Init::chain`].
|
| /kernel/linux/linux-6.6/drivers/scsi/mpi3mr/mpi/ |
| H A D | mpi30_transport.h | 295 struct mpi3_sge_common chain; member
|
| /kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7915/ |
| H A D | mac.c | 2031 static int mt7915_dfs_start_rdd(struct mt7915_dev *dev, int chain) in mt7915_dfs_start_rdd() argument 2048 err = mt76_connac_mcu_rdd_cmd(&dev->mt76, RDD_START, chain, in mt7915_dfs_start_rdd() 2054 err = mt76_connac_mcu_rdd_cmd(&dev->mt76, RDD_SET_WF_ANT, chain, in mt7915_dfs_start_rdd() 2060 return mt76_connac_mcu_rdd_cmd(&dev->mt76, RDD_DET_MODE, chain, in mt7915_dfs_start_rdd()
|
| /kernel/linux/linux-6.6/net/bridge/netfilter/ |
| H A D | ebtables.c | 223 /* base for chain jumps */ in ebt_do_table() 263 if (WARN(sp == 0, "RETURN on base chain")) { in ebt_do_table() 293 if (WARN(chaininfo->distinguisher, "jump to non-chain\n")) { in ebt_do_table() 520 /* check if all valid hooks have a chain */ in ebt_verify_pointers() 544 /* beginning of a new chain in ebt_check_entry_size_and_hooks() 545 * if i == NF_BR_NUMHOOKS it must be a user defined chain in ebt_check_entry_size_and_hooks() 548 /* this checks if the previous chain has as many entries in ebt_check_entry_size_and_hooks() 561 if (i == NF_BR_NUMHOOKS) /* it's a user defined chain */ in ebt_check_entry_size_and_hooks() 591 * entries is a jump to the beginning of a new chain. 599 /* we're only interested in chain start in ebt_get_udc_positions() 800 check_chainloops(const struct ebt_entries *chain, struct ebt_cl_stack *cl_s, unsigned int udc_cnt, unsigned int hooknr, char *base) check_chainloops() argument [all...] |
| /kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/ |
| H A D | mt76x02_mac.c | 760 mt76x02_mac_get_rssi(struct mt76x02_dev *dev, s8 rssi, int chain) in mt76x02_mac_get_rssi() argument 764 rssi += cal->rssi_offset[chain]; in mt76x02_mac_get_rssi()
|
| /kernel/linux/linux-5.10/net/sctp/ |
| H A D | protocol.c | 1467 INIT_HLIST_HEAD(&sctp_ep_hashtable[i].chain); in sctp_init() 1501 INIT_HLIST_HEAD(&sctp_port_hashtable[i].chain); in sctp_init()
|
| /kernel/linux/linux-5.10/include/net/sctp/ |
| H A D | structs.h | 94 struct hlist_head chain; member 100 struct hlist_head chain; member
|
| /kernel/linux/linux-5.10/net/ipv4/ |
| H A D | inet_diag.c | 1086 if (hlist_nulls_empty(&head->chain)) in inet_diag_dump_icsk() 1096 sk_nulls_for_each(sk, node, &head->chain) { in inet_diag_dump_icsk()
|
| H A D | inet_connection_sock.c | 235 inet_bind_bucket_for_each(tb, &head->chain) in inet_csk_find_open_port() 382 inet_bind_bucket_for_each(tb, &head->chain) in inet_csk_get_port()
|
| /kernel/linux/linux-6.6/include/net/sctp/ |
| H A D | structs.h | 94 struct hlist_head chain; member 100 struct hlist_head chain; member
|
| /kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/ |
| H A D | mt76x02_mac.c | 763 mt76x02_mac_get_rssi(struct mt76x02_dev *dev, s8 rssi, int chain) in mt76x02_mac_get_rssi() argument 767 rssi += cal->rssi_offset[chain]; in mt76x02_mac_get_rssi()
|