| /linux/net/ipv6/ |
| H A D | tcp_ao.c | 121 const u8 *tkey, int hash_offset, u32 sne) in tcp_v6_ao_hash_pseudoheader() 124 hash_offset, sne); in tcp_v6_ao_hash_pseudoheader() 135 int hash_offset, u32 sne) in tcp_v6_ao_hash_skb() 142 tkey_buf, hash_offset, sne); in tcp_v6_parse_ao() 136 tcp_v6_ao_hash_skb(char * ao_hash,struct tcp_ao_key * key,const struct sock * sk,const struct sk_buff * skb,const u8 * tkey,int hash_offset,u32 sne) tcp_v6_ao_hash_skb() argument 150 tcp_v6_ao_synack_hash(char * ao_hash,struct tcp_ao_key * ao_key,struct request_sock * req,const struct sk_buff * skb,int hash_offset,u32 sne) tcp_v6_ao_synack_hash() argument
|
| /linux/kernel/bpf/ |
| H A D | bpf_lru_list.h | 73 unsigned int hash_offset; 85 int bpf_lru_init(struct bpf_lru *lru, bool percpu, u32 hash_offset, 60 unsigned int hash_offset; global() member
|
| /linux/drivers/net/ipa/ |
| H A D | ipa_table.c | 394 u32 hash_offset; in ipa_table_init_add() local 410 hash_offset = hash_mem ? hash_mem->offset : 0; in ipa_table_init_add() 435 hash_size, hash_offset, hash_addr); in ipa_table_init_add() 448 zero_offset = hash_offset + hash_size; in ipa_table_init_add()
|
| H A D | ipa_cmd.h | 86 u16 hash_size, u32 hash_offset,
|
| H A D | ipa_cmd.c | 363 dma_addr_t addr, u16 hash_size, u32 hash_offset, in ipa_cmd_table_init_add() argument 380 hash_offset += ipa->mem_offset; in ipa_cmd_table_init_add() 381 val |= u64_encode_bits(hash_offset, in ipa_cmd_table_init_add()
|
| /linux/net/ipv4/ |
| H A D | tcp_ao.c | 617 u8 *hash, int hash_offset, int hash_len) in tcp_ao_hash_hdr() 628 (u8 *)th + hash_offset - sizeof(struct tcp_ao_hdr), in tcp_ao_hash_skb() 638 memset(hdr + hash_offset, 0, hash_len); in tcp_ao_hash_skb() 650 int hash_offset = ao_hash - (char *)th; in tcp_ao_hash_skb() 670 ao_hash, hash_offset, tcp_ao_maclen(key)); in tcp_ao_hash_skb() 715 const u8 *tkey, int hash_offset, u32 sne) in tcp_v4_ao_lookup() 727 ao_hash, hash_offset, tcp_ao_maclen(key)); in tcp_ao_prepare_reset() 741 const u8 *tkey, int hash_offset, u32 sne) in tcp_ao_prepare_reset() 744 tkey, hash_offset, sne); in tcp_ao_prepare_reset() 749 int hash_offset, u3 in tcp_ao_prepare_reset() 530 tcp_ao_hash_header(struct tcp_sigpool * hp,const struct tcphdr * th,bool exclude_options,u8 * hash,int hash_offset,int hash_len) tcp_ao_hash_header() argument 568 int hash_offset = ao_hash - (char *)th; tcp_ao_hash_hdr() local 625 tcp_ao_hash_skb(unsigned short int family,char * ao_hash,struct tcp_ao_key * key,const struct sock * sk,const struct sk_buff * skb,const u8 * tkey,int hash_offset,u32 sne) tcp_ao_hash_skb() argument 675 tcp_v4_ao_hash_skb(char * ao_hash,struct tcp_ao_key * key,const struct sock * sk,const struct sk_buff * skb,const u8 * tkey,int hash_offset,u32 sne) tcp_v4_ao_hash_skb() argument 683 tcp_v4_ao_synack_hash(char * ao_hash,struct tcp_ao_key * ao_key,struct request_sock * req,const struct sk_buff * skb,int hash_offset,u32 sne) tcp_v4_ao_synack_hash() argument [all...] |
| /linux/drivers/net/ethernet/mediatek/ |
| H A D | mtk_eth_soc.c | 5430 .hash_offset = 2, 5459 .hash_offset = 2, 5488 .hash_offset = 2, 5544 .hash_offset = 4, 5574 .hash_offset = 4, 5604 .hash_offset = 4,
|
| H A D | mtk_eth_soc.h | 1216 u8 hash_offset; member
|
| /linux/drivers/net/ethernet/freescale/dpaa/ |
| H A D | dpaa_eth.c | 2695 u32 fd_status, hash_offset; in rx_default_dqrr() local 2773 &hash_offset)) { in rx_default_dqrr() 2774 hash = be32_to_cpu(*(__be32 *)(vaddr + hash_offset)); in rx_default_dqrr()
|
| /linux/include/net/ |
| H A D | tcp.h | 2494 const u8 *tkey, int hash_offset, u32 sne); 2515 int hash_offset, u32 sne);
|