Searched refs:s2 (Results 1 – 6 of 6) 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()
516 const u64 *s2 = pmac_stats + stats_offset; in ethtool_aggregate_stats() local521 s[i] = ethtool_stats_sum(s1[i], s2[i]); in ethtool_aggregate_stats()
63 union sctp_addr *s2);434 union sctp_addr *s2) 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()
724 const struct rxkad_key *s2) in rxkad_encrypt_response() argument744 memcpy(&iv, s2->session_key, sizeof(iv)); in rxkad_encrypt_response()
1581 goto s2; in tipc_crypto_timeout()1592 s2: in tipc_crypto_timeout()
1444 static inline int selector_cmp(struct xfrm_selector *s1, struct xfrm_selector *s2) in selector_cmp() argument1447 u32 *p2 = (u32 *) s2; in selector_cmp()
Completed in 23 milliseconds