Searched refs:cmp_addr (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/net/sctp/ |
| H A D | bind_addr.c | 318 if (opt->pf->cmp_addr(&laddr->a, addr, opt)) { in sctp_bind_addr_match() 340 if (sp->pf->af->cmp_addr(&laddr->a, &laddr2->a) && in sctp_bind_addrs_check() 384 conflict = sp->pf->cmp_addr(&laddr->a, addr, sp); in sctp_bind_addr_conflict() 407 if (af->cmp_addr(&laddr->a, addr)) in sctp_bind_addr_state() 440 if (opt->pf->cmp_addr(&laddr->a, addr, opt)) in sctp_find_unmatch_addr()
|
| H A D | proc.c | 104 if (primary && af->cmp_addr(addr, primary)) { in sctp_seq_dump_local_addrs() 125 if (af->cmp_addr(addr, primary)) { in sctp_seq_dump_remote_addrs()
|
| H A D | ipv6.c | 1081 .cmp_addr = sctp_v6_cmp_addr, 1100 .cmp_addr = sctp_inet6_cmp_addr,
|
| H A D | protocol.c | 1007 .cmp_addr = sctp_inet_cmp_addr, 1085 .cmp_addr = sctp_v4_cmp_addr,
|
| H A D | associola.c | 893 return af->cmp_addr(ss1, ss2); in sctp_cmp_addr_exact()
|
| /OK3568_Linux_fs/kernel/drivers/net/ppp/ |
| H A D | pppoe.c | 130 static inline int cmp_addr(struct pppoe_addr *a, __be16 sid, char *addr) in cmp_addr() function 167 if (cmp_addr(&ret->pppoe_pa, sid, addr) && in __get_item() 207 if (cmp_addr(&ret->pppoe_pa, sid, addr) && in __delete_item()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/ |
| H A D | test_sock_addr.c | 1113 static int cmp_addr(const struct sockaddr_storage *addr1, in cmp_addr() function 1148 return cmp_addr(&addr1, addr2, cmp_port); in cmp_sock_addr() 1529 if (cmp_addr(&recvmsg_addr, &expected_addr, /*cmp_port*/0)) in run_xmsg_test_case()
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt9xx/ |
| H A D | gt9xx_update.c | 3231 u16 cmp_addr = start_addr; in gup_check_and_repair() local 3251 ret = i2c_read_bytes(client, cmp_addr, chk_cmp_buf, cmp_len); in gup_check_and_repair() 3262 …i2c_write_bytes(client, cmp_addr+i, >p_default_FW_fl[FW_HEAD_LENGTH + start_index + i], cmp_len-… in gup_check_and_repair() 3275 cmp_addr += cmp_len; in gup_check_and_repair() 3282 GTP_ERROR("cmp_addr: 0x%04X, start_index: 0x%02X, chk_len: 0x%04X", cmp_addr, in gup_check_and_repair()
|
| /OK3568_Linux_fs/kernel/include/net/sctp/ |
| H A D | structs.h | 452 int (*cmp_addr) (const union sctp_addr *addr1, member 494 int (*cmp_addr) (const union sctp_addr *, member
|