Home
last modified time | relevance | path

Searched defs:s2 (Results 1 – 6 of 6) sorted by relevance

/net/dccp/ccids/lib/
Dpacket_history.c167 s2 = DCCP_SKB_CB(skb)->dccpd_seq; in __one_after_loss() local
204 s2 = tfrc_rx_hist_entry(h, 2)->tfrchrx_seqno, in __two_after_loss() local
272 s2 = tfrc_rx_hist_entry(h, 2)->tfrchrx_seqno, in __three_after_loss() local
/net/dccp/
Ddccp.h155 static inline u64 dccp_loss_count(const u64 s1, const u64 s2, const u64 ndp) in dccp_loss_count()
168 static inline bool dccp_loss_free(const u64 s1, const u64 s2, const u64 ndp) in dccp_loss_free()
/net/rxrpc/
Drxkad.c712 const struct rxkad_key *s2) in rxkad_send_response()
782 const struct rxkad_key *s2) in rxkad_encrypt_response()
/net/ceph/
Dceph_common.c120 static int strcmp_null(const char *s1, const char *s2) in strcmp_null()
/net/sctp/
Dipv6.c386 union sctp_addr *s2) in sctp_v6_addr_match_len()
/net/xfrm/
Dxfrm_policy.c1407 static inline int selector_cmp(struct xfrm_selector *s1, struct xfrm_selector *s2) in selector_cmp()