Home
last modified time | relevance | path

Searched refs:tkey (Results 1 – 6 of 6) sorted by relevance

/net/sched/
A Dact_pedit.c395 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 Dl2tp_netlink.c495 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 Dl2tp_debugfs.c37 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 Dl2tp_ppp.c1401 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 Dtcp_ao.c136 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 Dtcp_ao.c561 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