Home
last modified time | relevance | path

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

/net/dccp/ccids/lib/
Dpacket_history.c155 s1 = DCCP_SKB_CB(skb)->dccpd_seq; in __do_track_loss() local
166 s1 = tfrc_rx_hist_entry(h, 1)->tfrchrx_seqno, in __one_after_loss() local
203 s1 = tfrc_rx_hist_entry(h, 1)->tfrchrx_seqno, in __two_after_loss() local
271 u64 s1 = tfrc_rx_hist_entry(h, 1)->tfrchrx_seqno, in __three_after_loss() local
/net/dccp/
Ddccp.h145 static inline u64 dccp_loss_count(const u64 s1, const u64 s2, const u64 ndp) in dccp_loss_count()
158 static inline bool dccp_loss_free(const u64 s1, const u64 s2, const u64 ndp) in dccp_loss_free()
/net/ethtool/
Dstats.c478 const u64 *s1 = emac_stats + stats_offset; in ethtool_aggregate_stats() local
/net/ceph/
Dceph_common.c120 static int strcmp_null(const char *s1, const char *s2) in strcmp_null()
/net/sctp/
Dipv6.c432 static inline int sctp_v6_addr_match_len(union sctp_addr *s1, in sctp_v6_addr_match_len()
/net/xfrm/
Dxfrm_policy.c1444 static inline int selector_cmp(struct xfrm_selector *s1, struct xfrm_selector *s2) in selector_cmp()