Searched refs:s1 (Results 1 – 5 of 5) sorted by relevance
120 static int strcmp_null(const char *s1, const char *s2) in strcmp_null() argument122 if (!s1 && !s2) in strcmp_null()124 if (s1 && !s2) in strcmp_null()126 if (!s1 && s2) in strcmp_null()128 return strcmp(s1, s2); in strcmp_null()
515 const u64 *s1 = emac_stats + stats_offset; in ethtool_aggregate_stats() local521 s[i] = ethtool_stats_sum(s1[i], s2[i]); in ethtool_aggregate_stats()
62 static inline int sctp_v6_addr_match_len(union sctp_addr *s1,433 static inline int sctp_v6_addr_match_len(union sctp_addr *s1, in sctp_v6_addr_match_len() argument436 return ipv6_addr_diff(&s1->v6.sin6_addr, &s2->v6.sin6_addr); in sctp_v6_addr_match_len()
1562 goto s1; in tipc_crypto_timeout()1564 goto s1; in tipc_crypto_timeout()1566 goto s1; in tipc_crypto_timeout()1574 s1: in tipc_crypto_timeout()
1444 static inline int selector_cmp(struct xfrm_selector *s1, struct xfrm_selector *s2) in selector_cmp() argument1446 u32 *p1 = (u32 *) s1; in selector_cmp()
Completed in 26 milliseconds