Searched refs:disn (Results 1 - 4 of 4) sorted by relevance

/linux-master/net/ipv6/
H A Dtcp_ao.c20 __be32 sisn, __be32 disn)
43 tmp->ctx.disn = disn;
54 __be32 sisn, __be32 disn)
61 th->dest, sisn, disn);
66 __be32 disn, bool send)
71 sk->sk_dport, sisn, disn);
75 htons(sk->sk_num), disn, sisn);
16 tcp_v6_ao_calc_key(struct tcp_ao_key *mkt, u8 *key, const struct in6_addr *saddr, const struct in6_addr *daddr, __be16 sport, __be16 dport, __be32 sisn, __be32 disn) argument
52 tcp_v6_ao_calc_key_skb(struct tcp_ao_key *mkt, u8 *key, const struct sk_buff *skb, __be32 sisn, __be32 disn) argument
64 tcp_v6_ao_calc_key_sk(struct tcp_ao_key *mkt, u8 *key, const struct sock *sk, __be32 sisn, __be32 disn, bool send) argument
/linux-master/include/net/
H A Dtcp_ao.h191 __be32 disn; member in struct:tcp4_ao_context
200 __be32 disn; member in struct:tcp6_ao_context
258 __be32 sisn, __be32 disn, bool send);
272 const struct sk_buff *skb, __be32 sisn, __be32 disn);
275 __be32 disn, bool send);
H A Dtcp.h2253 __be32 sisn, __be32 disn, bool send);
/linux-master/net/ipv4/
H A Dtcp_ao.c322 __be32 sisn, __be32 disn)
346 tmp->ctx.disn = disn;
357 __be32 sisn, __be32 disn, bool send)
362 sk->sk_dport, sisn, disn);
366 htons(sk->sk_num), disn, sisn);
371 __be32 sisn, __be32 disn, bool send)
374 return tcp_v4_ao_calc_key_sk(mkt, key, sk, sisn, disn, send);
377 return tcp_v6_ao_calc_key_sk(mkt, key, sk, sisn, disn, send);
397 __be32 sisn, __be32 disn)
319 tcp_v4_ao_calc_key(struct tcp_ao_key *mkt, u8 *key, __be32 saddr, __be32 daddr, __be16 sport, __be16 dport, __be32 sisn, __be32 disn) argument
355 tcp_v4_ao_calc_key_sk(struct tcp_ao_key *mkt, u8 *key, const struct sock *sk, __be32 sisn, __be32 disn, bool send) argument
369 tcp_ao_calc_key_sk(struct tcp_ao_key *mkt, u8 *key, const struct sock *sk, __be32 sisn, __be32 disn, bool send) argument
395 tcp_v4_ao_calc_key_skb(struct tcp_ao_key *mkt, u8 *key, const struct sk_buff *skb, __be32 sisn, __be32 disn) argument
406 tcp_ao_calc_key_skb(struct tcp_ao_key *mkt, u8 *key, const struct sk_buff *skb, __be32 sisn, __be32 disn, int family) argument
727 __be32 disn, sisn; local
805 __be32 disn; local
934 __be32 sisn, disn; local
[all...]

Completed in 167 milliseconds