Lines Matching defs:arg
876 static inline int sctp_hash_cmp(struct rhashtable_compare_arg *arg,
880 const struct sctp_hash_cmp_arg *x = arg->key;
937 struct sctp_hash_cmp_arg arg;
943 arg.net = t->asoc->base.net;
944 arg.paddr = &t->ipaddr;
945 arg.lport = htons(t->asoc->base.bind_addr.port);
948 list = rhltable_lookup(&sctp_transport_hashtable, &arg,
958 err = rhltable_insert_key(&sctp_transport_hashtable, &arg,
983 struct sctp_hash_cmp_arg arg = {
989 list = rhltable_lookup(&sctp_transport_hashtable, &arg,
1012 struct sctp_hash_cmp_arg arg = {
1018 list = rhltable_lookup(&sctp_transport_hashtable, &arg,