Searched refs:newm (Results 1 – 2 of 2) sorted by relevance
/third_party/iptables/iptables/ |
D | xtables-eb.c | 563 struct xtables_match *newm; in ebt_add_match() local 567 newm = xtables_find_match(m->name, XTF_LOAD_MUST_SUCCEED, rule_matches); in ebt_add_match() 568 if (newm == NULL) in ebt_add_match() 572 m2 = xtables_calloc(1, newm->m->u.match_size); in ebt_add_match() 573 memcpy(m2, newm->m, newm->m->u.match_size); in ebt_add_match() 574 memset(newm->m->data, 0, newm->size); in ebt_add_match() 575 xs_init_match(newm); in ebt_add_match() 576 newm->m = m2; in ebt_add_match() 578 newm->mflags = m->mflags; in ebt_add_match() 587 newnode->u.match = newm; in ebt_add_match()
|
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/ |
D | sctp_output.c | 4123 struct mbuf *newm; local 4185 newm = sctp_get_mbuf_for_msg(len, 1, M_NOWAIT, 1, MT_DATA); 4186 if (newm == NULL) { 4191 SCTP_ALIGN_TO_END(newm, len); 4192 SCTP_BUF_LEN(newm) = len; 4193 SCTP_BUF_NEXT(newm) = m; 4194 m = newm; 4561 newm = sctp_get_mbuf_for_msg(len, 1, M_NOWAIT, 1, MT_DATA); 4562 if (newm == NULL) { 4567 SCTP_ALIGN_TO_END(newm, len); [all …]
|