Home
last modified time | relevance | path

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

/net/ceph/
A Dceph_common.c120 static int strcmp_null(const char *s1, const char *s2) in strcmp_null() argument
122 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()
/net/ethtool/
A Dstats.c516 const u64 *s2 = pmac_stats + stats_offset; in ethtool_aggregate_stats() local
521 s[i] = ethtool_stats_sum(s1[i], s2[i]); in ethtool_aggregate_stats()
/net/sctp/
A Dipv6.c63 union sctp_addr *s2);
434 union sctp_addr *s2) in sctp_v6_addr_match_len() argument
436 return ipv6_addr_diff(&s1->v6.sin6_addr, &s2->v6.sin6_addr); in sctp_v6_addr_match_len()
/net/rxrpc/
A Drxkad.c724 const struct rxkad_key *s2) in rxkad_encrypt_response() argument
744 memcpy(&iv, s2->session_key, sizeof(iv)); in rxkad_encrypt_response()
/net/tipc/
A Dcrypto.c1581 goto s2; in tipc_crypto_timeout()
1592 s2: in tipc_crypto_timeout()
/net/xfrm/
A Dxfrm_policy.c1444 static inline int selector_cmp(struct xfrm_selector *s1, struct xfrm_selector *s2) in selector_cmp() argument
1447 u32 *p2 = (u32 *) s2; in selector_cmp()

Completed in 23 milliseconds