Parameter passing

while passing parameters in functions dealing linked list we sometimes pass by value and sometimes not.why it is happening
when to write head->next!=NULL and when to pass head!=NULL