Searched refs:tkey (Results 1 – 6 of 6) sorted by relevance
| /net/sched/ |
| A D | act_pedit.c | 395 struct tc_pedit_key *tkey; in tcf_pedit_act() local 411 tkey = parms->tcfp_keys; in tcf_pedit_act() 414 for (i = parms->tcfp_nkeys; i > 0; i--, tkey++) { in tcf_pedit_act() 415 int offset = tkey->off; in tcf_pedit_act() 434 if (tkey->offmask) { in tcf_pedit_act() 437 if (!offset_valid(skb, hoffset + tkey->at)) { in tcf_pedit_act() 439 hoffset + tkey->at); in tcf_pedit_act() 447 offset += (*d & tkey->offmask) >> tkey->shift; in tcf_pedit_act() 466 val = tkey->val; in tcf_pedit_act() 469 val = (*ptr + tkey->val) & ~tkey->mask; in tcf_pedit_act() [all …]
|
| /net/l2tp/ |
| A D | l2tp_netlink.c | 495 unsigned long tkey; member 502 unsigned long key = cbd->tkey; in l2tp_nl_cmd_tunnel_dump() 523 cbd->tkey = key; in l2tp_nl_cmd_tunnel_dump() 845 unsigned long tkey = cbd->tkey; in l2tp_nl_cmd_session_dump() local 850 tunnel = l2tp_tunnel_get_next(net, &tkey); in l2tp_nl_cmd_session_dump() 858 tkey++; in l2tp_nl_cmd_session_dump() 878 cbd->tkey = tkey; in l2tp_nl_cmd_session_dump()
|
| A D | l2tp_debugfs.c | 37 unsigned long tkey; /* lookup key of current tunnel */ member 49 pd->tunnel = l2tp_tunnel_get_next(pd->net, &pd->tkey); in l2tp_dfs_next_tunnel() 50 pd->tkey++; in l2tp_dfs_next_tunnel()
|
| A D | l2tp_ppp.c | 1401 unsigned long tkey; /* lookup key of current tunnel */ member 1414 pd->tunnel = l2tp_tunnel_get_next(net, &pd->tkey); in pppol2tp_next_tunnel() 1415 pd->tkey++; in pppol2tp_next_tunnel()
|
| /net/ipv6/ |
| A D | tcp_ao.c | 136 const u8 *tkey, int hash_offset, u32 sne) in tcp_v6_ao_hash_skb() argument 138 return tcp_ao_hash_skb(AF_INET6, ao_hash, key, sk, skb, tkey, in tcp_v6_ao_hash_skb()
|
| /net/ipv4/ |
| A D | tcp_ao.c | 561 struct tcp_ao_key *key, const u8 *tkey, in tcp_ao_hash_hdr() argument 578 if (crypto_ahash_setkey(crypto_ahash_reqtfm(hp.req), tkey, tkey_len)) in tcp_ao_hash_hdr() 624 const u8 *tkey, int hash_offset, u32 sne) in tcp_ao_hash_skb() argument 638 if (crypto_ahash_setkey(crypto_ahash_reqtfm(hp.req), tkey, tkey_len)) in tcp_ao_hash_skb() 674 const u8 *tkey, int hash_offset, u32 sne) in tcp_v4_ao_hash_skb() argument 677 tkey, hash_offset, sne); in tcp_v4_ao_hash_skb()
|
Completed in 16 milliseconds