Home
last modified time | relevance | path

Searched refs:s1 (Results 1 – 5 of 5) 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.c515 const u64 *s1 = emac_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.c62 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() argument
436 return ipv6_addr_diff(&s1->v6.sin6_addr, &s2->v6.sin6_addr); in sctp_v6_addr_match_len()
/net/tipc/
A Dcrypto.c1562 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()
/net/xfrm/
A Dxfrm_policy.c1444 static inline int selector_cmp(struct xfrm_selector *s1, struct xfrm_selector *s2) in selector_cmp() argument
1446 u32 *p1 = (u32 *) s1; in selector_cmp()

Completed in 26 milliseconds